mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-11 23:53:52 -05:00
code review feedback
This commit is contained in:
@@ -30,7 +30,6 @@ def get_s3_object(
|
||||
region_name=region,
|
||||
)
|
||||
s3 = session.resource(
|
||||
# "s3", endpoint_url="https://s3-fips.us-gov-west-1.amazonaws.com"
|
||||
"s3",
|
||||
config=AWS_CLIENT_CONFIG,
|
||||
)
|
||||
|
||||
@@ -41,7 +41,6 @@ applications:
|
||||
DANGEROUS_SALT: ((DANGEROUS_SALT))
|
||||
SECRET_KEY: ((SECRET_KEY))
|
||||
NEW_RELIC_LICENSE_KEY: ((NEW_RELIC_LICENSE_KEY))
|
||||
VCAP_SERVICES: ((VCAP_SERVICES))
|
||||
|
||||
NOTIFY_BILLING_DETAILS: '[]'
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@ def s3upload(
|
||||
region_name=region,
|
||||
)
|
||||
_s3 = session.resource(
|
||||
# "s3", endpoint_url="https://s3-fips.us-gov-west-1.amazonaws.com"
|
||||
"s3",
|
||||
config=AWS_CLIENT_CONFIG,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user