try not using fips

This commit is contained in:
Kenneth Kehl
2024-09-26 09:37:07 -07:00
parent 86b217b1df
commit 122343e46e

View File

@@ -12,7 +12,7 @@ AWS_CLIENT_CONFIG = Config(
s3={
"addressing_style": "virtual",
},
use_fips_endpoint=True,
use_fips_endpoint=os.getenv("NOTIFY_ENVIRONMENT") in ['demo', 'production'],
)