diff --git a/README.rst b/README.rst index b7ed49b1..ac32f5b5 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ GCS 1. Set the bucket in settings.py 1. Store your Service Account JSON in a file 1. Set GOOGLE_APPLICATION_CREDENTIALS to your account file +1. Set GCS_BUCKET to your bucket name SAML2 ~~~~~ diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 5e2eb344..4cfd5266 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -329,6 +329,5 @@ SAML_CONFIG = { DEFAULT_FILE_STORAGE = 'gapc_storage.storage.GoogleCloudStorage' GAPC_STORAGE = { - 'bucket': 'bucket', 'num_retries': 2, }