mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05:00
try not using fips
This commit is contained in:
@@ -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'],
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user