jkosh44 opened a new pull request, #257:
URL: https://github.com/apache/arrow-rs-object-store/pull/257
# Which issue does this PR close?
None
Closes #.
# Rationale for this change
Fixes unreported error
# What changes are included in this PR?
This commit fixes the GCP mulipart complete implementation by adding the
Content-Length header to the PUT XML requests that happens when the completed
parts are empty. GCP is strict about setting the Content-Length header on
requests with empty bodies, so previously this would result in a 411 error.
# Are there any user-facing changes?
Yes, empty multipart uploads don't cause 411 in GCP.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]