mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #5981 from angstwad/docfix
Documentation updates to rax_files, rax_files_objects
This commit is contained in:
commit
0cdf8d3162
2 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ EXAMPLES = '''
|
||||||
container: mycontainer2
|
container: mycontainer2
|
||||||
meta:
|
meta:
|
||||||
key: value
|
key: value
|
||||||
file_for: paul.durivage@rackspace.com
|
file_for: someuser@example.com
|
||||||
|
|
||||||
- name: "Set a container's web index page"
|
- name: "Set a container's web index page"
|
||||||
rax_files: container=mycontainer web_index=index.html
|
rax_files: container=mycontainer web_index=index.html
|
||||||
|
@ -135,7 +135,7 @@ EXAMPLES = '''
|
||||||
container: mycontainer2
|
container: mycontainer2
|
||||||
type: meta
|
type: meta
|
||||||
meta:
|
meta:
|
||||||
uploaded_by: paul.durivage@rackspace.com
|
uploaded_by: someuser@example.com
|
||||||
|
|
||||||
- name: "Remove mycontainer2 metadata"
|
- name: "Remove mycontainer2 metadata"
|
||||||
rax_files:
|
rax_files:
|
||||||
|
|
|
@ -140,7 +140,7 @@ EXAMPLES = '''
|
||||||
method: put
|
method: put
|
||||||
meta:
|
meta:
|
||||||
testkey: testdata
|
testkey: testdata
|
||||||
who_uploaded_this: paul.durivage@rackspace.com
|
who_uploaded_this: someuser@example.com
|
||||||
|
|
||||||
- name: "Upload one file to test container with TTL of 60 seconds"
|
- name: "Upload one file to test container with TTL of 60 seconds"
|
||||||
rax_files_objects: container=testcont method=put src=~/Downloads/testcont/file3 expires=60
|
rax_files_objects: container=testcont method=put src=~/Downloads/testcont/file3 expires=60
|
||||||
|
|
Loading…
Reference in a new issue