mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix documentation of default value in s3 module. Fixes #4289
This commit is contained in:
parent
ce0efc8e25
commit
d803ce7ab3
1 changed files with 2 additions and 3 deletions
|
@ -46,7 +46,6 @@ options:
|
||||||
description:
|
description:
|
||||||
- The destination file path when downloading an object/key with a GET operation.
|
- The destination file path when downloading an object/key with a GET operation.
|
||||||
required: false
|
required: false
|
||||||
default: 600
|
|
||||||
aliases: []
|
aliases: []
|
||||||
version_added: "1.3"
|
version_added: "1.3"
|
||||||
overwrite:
|
overwrite:
|
||||||
|
@ -61,11 +60,11 @@ options:
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
expiry:
|
expiration:
|
||||||
description:
|
description:
|
||||||
- Time limit (in seconds) for the URL generated and returned by S3/Walrus when performing a mode=put or mode=geturl operation.
|
- Time limit (in seconds) for the URL generated and returned by S3/Walrus when performing a mode=put or mode=geturl operation.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: 600
|
||||||
aliases: []
|
aliases: []
|
||||||
s3_url:
|
s3_url:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue