Update gc_storage.py (#3802)
This commit is contained in:
parent
96192ead02
commit
1aa1b617f5
1 changed files with 2 additions and 2 deletions
|
@ -76,12 +76,12 @@ options:
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ]
|
choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ]
|
||||||
gcs_secret_key:
|
gc_secret_key:
|
||||||
description:
|
description:
|
||||||
- GCS secret key. If not set then the value of the GCS_SECRET_KEY environment variable is used.
|
- GCS secret key. If not set then the value of the GCS_SECRET_KEY environment variable is used.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
gcs_access_key:
|
gc_access_key:
|
||||||
description:
|
description:
|
||||||
- GCS access key. If not set then the value of the GCS_ACCESS_KEY environment variable is used.
|
- GCS access key. If not set then the value of the GCS_ACCESS_KEY environment variable is used.
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue