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:
parent
a56767c49c
commit
efbe655b80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue