wjones127 commented on code in PR #3236:
URL: https://github.com/apache/arrow-rs/pull/3236#discussion_r1037600571
##########
object_store/src/gcp/mod.rs:
##########
@@ -420,10 +430,25 @@ impl GoogleCloudStorageClient {
builder
.bearer_auth(token)
+ .header(header::CONTENT_LENGTH, 0)
Review Comment:
I think you are right. I originally got an error report suggesting this was
necessary, but haven't been able to reproduce that specific error. I'd be fine
with striking this until I can get a proper reproduction.
--
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]