diff --git a/README.rst b/README.rst index b7ed49b102b654f58625a37d9662c1c9378b4c12..ac32f5b5177a81f3e88bda66b9b63bb0b583e32c 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 5e2eb3442808805c3fcb542f8e4926c0ff7b3d5d..4cfd526669f8455e9e3d6516c401fef64dc90615 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, }