Fixing errors

This commit is contained in:
Alex Janousek
2026-01-20 14:05:35 -05:00
parent 5102d3c036
commit ab51cfb75e

View File

@@ -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": "",
}