tustvold commented on code in PR #257: URL: https://github.com/apache/arrow-rs-object-store/pull/257#discussion_r2007452159
########## src/gcp/client.rs: ########## @@ -517,6 +517,7 @@ impl GoogleCloudStorageClient { // GCS doesn't allow empty multipart uploads let result = self .request(Method::PUT, path) + .header(&CONTENT_LENGTH, "0") .idempotent(true) .do_put() .await?; Review Comment: Put already handles this, this is why we don't see this issue with regular empty non-multipart uploads -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org