mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
initial
This commit is contained in:
@@ -57,9 +57,7 @@ def s3upload(
|
||||
try:
|
||||
key.put(**put_args)
|
||||
except botocore.exceptions.ClientError as e:
|
||||
current_app.logger.error(
|
||||
"Unable to upload file to S3 bucket {}".format(bucket_name)
|
||||
)
|
||||
current_app.logger.error("Unable to upload file to S3 bucket", exc_info=True)
|
||||
raise e
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user