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

pull/4382/merge
Michael DeHaan 11 years ago
parent ce0efc8e25
commit d803ce7ab3

@ -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…
Cancel
Save