correct gs_storage docs to match reality
This commit is contained in:
parent
878cdb10f9
commit
2bd8d78a8b
1 changed files with 4 additions and 4 deletions
|
@ -69,14 +69,14 @@ options:
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ]
|
choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ]
|
||||||
gc_secret_key:
|
gs_secret_key:
|
||||||
description:
|
description:
|
||||||
- GCS secret key. If not set then the value of the GCS_SECRET_KEY environment variable is used.
|
- GS secret key. If not set then the value of the GS_SECRET_ACCESS_KEY environment variable is used.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
gc_access_key:
|
gs_access_key:
|
||||||
description:
|
description:
|
||||||
- GCS access key. If not set then the value of the GCS_ACCESS_KEY environment variable is used.
|
- GS access key. If not set then the value of the GS_ACCESS_KEY_ID environment variable is used.
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue