Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/cloud/storage/transfer_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ def upload_chunks_concurrently(
end=end,
part_number=part_number,
checksum=checksum,
headers=headers,
headers=headers.copy(),
Comment thread
chandra-siri marked this conversation as resolved.
retry=retry,
)
)
Expand Down