Skip to content

Commit

Permalink
Merge pull request #316 from ccnmtl/nikolas-patch-1
Browse files Browse the repository at this point in the history
Remove redundant assignments in upload_file()
  • Loading branch information
nikolas authored Jan 15, 2025
2 parents e3bb310 + 02a4913 commit 2983290
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions s3sign/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ def upload_file(
max_file_size, acl, expiration_time, private
) -> dict:
S3_BUCKET = bucket
mime_type = mime_type
object_name = object_name

url = 'https://{}.s3.amazonaws.com/{}'.format(
S3_BUCKET, object_name)
Expand Down

0 comments on commit 2983290

Please sign in to comment.