minor doc fixes

reviewable/pr18780/r1
Brian Coca 10 years ago
parent 5f58240d17
commit 3b9756e0cd

@ -27,25 +27,20 @@ options:
description: description:
- Bucket name. - Bucket name.
required: true required: true
default: null
aliases: []
object: object:
description: description:
- Keyname of the object inside the bucket. Can be also be used to create "virtual directories" (see examples). - Keyname of the object inside the bucket. Can be also be used to create "virtual directories" (see examples).
required: false required: false
default: null default: null
aliases: []
src: src:
description: description:
- The source file path when performing a PUT operation. - The source file path when performing a PUT operation.
required: false required: false
default: null default: null
aliases: []
dest: dest:
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
aliases: []
force: force:
description: description:
- Forces an overwrite either locally on the filesystem or remotely with the object/key. Used with PUT and GET operations. - Forces an overwrite either locally on the filesystem or remotely with the object/key. Used with PUT and GET operations.
@ -62,19 +57,17 @@ options:
description: description:
- Headers to attach to object. - Headers to attach to object.
required: false required: false
default: {} default: '{}'
expiration: expiration:
description: description:
- Time limit (in seconds) for the URL generated and returned by GCA when performing a mode=put or mode=get_url operation. This url is only avaialbe when public-read is the acl for the object. - Time limit (in seconds) for the URL generated and returned by GCA when performing a mode=put or mode=get_url operation. This url is only avaialbe when public-read is the acl for the object.
required: false required: false
default: null default: null
aliases: []
mode: mode:
description: description:
- Switches the module behaviour between upload, download, get_url (return download url) , get_str (download object as string), create (bucket) and delete (bucket). - Switches the module behaviour between upload, download, get_url (return download url) , get_str (download object as string), create (bucket) and delete (bucket).
required: true required: true
default: null default: null
aliases: []
choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ] choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ]
gcs_secret_key: gcs_secret_key:
description: description:

Loading…
Cancel
Save