mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-10 11:23:55 -04:00
Fixing errors
This commit is contained in:
@@ -9,8 +9,8 @@ class CloudfoundryConfig:
|
||||
self.s3_buckets = {bucket["name"]: bucket["credentials"] for bucket in buckets}
|
||||
self._empty_bucket_credentials = {
|
||||
"bucket": "",
|
||||
"access_key_id": "", # nosec B105
|
||||
"secret_access_key": "", # nosec B105
|
||||
"access_key_id": "", # nosec B105
|
||||
"secret_access_key": "", # nosec B105
|
||||
"region": "",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user