cloud/amazon/s3: update documentation
update description to show that module can do more than just put files into s3
This commit is contained in:
parent
2e93f8e9f7
commit
eeb867daf0
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: s3
|
module: s3
|
||||||
short_description: S3 module putting a file into S3.
|
short_description: manage objects in S3.
|
||||||
description:
|
description:
|
||||||
- This module allows the user to dictate the presence of a given file in an S3 bucket. If or once the key (file) exists in the bucket, it returns a time-expired download URL. This module has a dependency on python-boto.
|
- This module allows the user to manage S3 buckets and the objects within them. Includes support for creating and deleting both objects and buckets, retrieving objects as files or strings and generating download links. This module has a dependency on python-boto.
|
||||||
version_added: "1.1"
|
version_added: "1.1"
|
||||||
options:
|
options:
|
||||||
bucket:
|
bucket:
|
||||||
|
|
Loading…
Reference in a new issue