Skip to content

Commit 968031f

Browse files
committed
Fix
1 parent 288556e commit 968031f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

minio/api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3229,7 +3229,10 @@ def put_object(
32293229
)
32303230

32313231
if not upload_id:
3232-
headers.extend(make_headers(hashers, add_content_sha256, add_sha256_checksum, algorithm_only=True))
3232+
headers.extend(make_headers(
3233+
hashers, add_content_sha256, add_sha256_checksum,
3234+
algorithm_only=True,
3235+
))
32333236
upload_id = self._create_multipart_upload(
32343237
bucket_name=bucket_name,
32353238
object_name=object_name,

0 commit comments

Comments
 (0)