1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove redundant "idempotent" from documentation

This commit is contained in:
Toshio Kuratomi 2014-09-08 14:49:04 -07:00
parent a56767c49c
commit efbe655b80

View file

@ -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"