diff --git a/cloud/google/gc_storage.py b/cloud/google/gc_storage.py index 37d61b0b268..77d4f68791a 100644 --- a/cloud/google/gc_storage.py +++ b/cloud/google/gc_storage.py @@ -69,12 +69,12 @@ options: required: true default: null choices: [ 'get', 'put', 'get_url', 'get_str', 'delete', 'create' ] - gcs_secret_key: + gc_secret_key: description: - GCS secret key. If not set then the value of the GCS_SECRET_KEY environment variable is used. required: true default: null - gcs_access_key: + gc_access_key: description: - GCS access key. If not set then the value of the GCS_ACCESS_KEY environment variable is used. required: true