Skip to content

Commit

Permalink
Fix flake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
novama committed Aug 12, 2024
1 parent ff7ebb6 commit 9a3bfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyminio/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def get_presigned_put_object_url(
self,
to_path: str,
file_name: str,
expires=timedelta(hours=PRESIGNED_EXPIRATION_TIME)
expires=timedelta(hours=PRESIGNED_EXPIRATION_TIME),
) -> str:
"""Get presigned URL string to upload the object in the given path with default expiry of two hours.
Expand Down

0 comments on commit 9a3bfd4

Please sign in to comment.