Remove redundant "idempotent" from documentation
This commit is contained in:
parent
35ebf35182
commit
e21b26886b
1 changed files with 1 additions and 1 deletions
2
cloud/s3
2
cloud/s3
|
@ -17,7 +17,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: s3
|
||||
short_description: idempotent S3 module putting a file into S3.
|
||||
short_description: S3 module putting a file into S3.
|
||||
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.
|
||||
version_added: "1.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue