mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
code review feedback and merge from main
This commit is contained in:
@@ -57,7 +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", exc_info=True)
|
||||
current_app.logger.exception("Unable to upload file to S3 bucket")
|
||||
raise e
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user