Remove redundant "idempotent" from documentation

reviewable/pr18780/r1
Toshio Kuratomi 10 years ago
parent 35ebf35182
commit e21b26886b

@ -17,7 +17,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: s3 module: s3
short_description: idempotent S3 module putting a file into S3. short_description: S3 module putting a file into 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 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" version_added: "1.1"

Loading…
Cancel
Save