mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
try using h3 instead of h4
This commit is contained in:
@@ -30,8 +30,7 @@ def get_s3_object(
|
||||
region_name=region,
|
||||
)
|
||||
s3 = session.resource(
|
||||
"s3",
|
||||
endpoint_url="https://s3-fips.us-gov-west-1.amazonaws.com"
|
||||
"s3", endpoint_url="https://s3-fips.us-gov-west-1.amazonaws.com"
|
||||
)
|
||||
obj = s3.Object(bucket_name, filename)
|
||||
# This 'proves' that use of moto in the relevant tests in test_send.py
|
||||
|
||||
Reference in New Issue
Block a user