fix message ratio

This commit is contained in:
Kenneth Kehl
2026-01-21 09:22:03 -08:00
parent 244c982121
commit f5d8cf53be
2 changed files with 4 additions and 4 deletions

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