Skip to content

Commit

Permalink
Merge pull request #315 from ccnmtl/nikolas-patch-1
Browse files Browse the repository at this point in the history
Update upload_file return type to dict
  • Loading branch information
ndittren authored Jan 13, 2025
2 parents b5eba73 + c3b5a44 commit e3bb310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3sign/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def create_presigned_post(s3_client, bucket_name, object_name,
def upload_file(
s3_client, bucket, mime_type, object_name,
max_file_size, acl, expiration_time, private
) -> object:
) -> dict:
S3_BUCKET = bucket
mime_type = mime_type
object_name = object_name
Expand Down

0 comments on commit e3bb310

Please sign in to comment.