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

Fix documentation of default value in s3 module. Fixes #4289

This commit is contained in:
Michael DeHaan 2013-10-08 08:42:03 -04:00
parent ce0efc8e25
commit d803ce7ab3

View file

@ -46,7 +46,6 @@ options:
description:
- The destination file path when downloading an object/key with a GET operation.
required: false
default: 600
aliases: []
version_added: "1.3"
overwrite:
@ -61,11 +60,11 @@ options:
required: true
default: null
aliases: []
expiry:
expiration:
description:
- Time limit (in seconds) for the URL generated and returned by S3/Walrus when performing a mode=put or mode=geturl operation.
required: false
default: null
default: 600
aliases: []
s3_url:
description: