wjones127 commented on code in PR #5204:
URL: https://github.com/apache/arrow-rs/pull/5204#discussion_r1424287651


##########
object_store/src/gcp/mod.rs:
##########
@@ -29,6 +29,13 @@
 //! to abort the upload and drop those unneeded parts. In addition, you may 
wish to
 //! consider implementing automatic clean up of unused parts that are older 
than one
 //! week.
+//!
+//! ## Using HTTP/2
+//!
+//! Google Cloud Storage supports both HTTP/2 and HTTP/1. HTTP/1 is used by 
default
+//! because it allows much higher throughput in our benchmarks (see
+//! [#5194](https://github.com/apache/arrow-rs/issues/5194)). HTTP/2 can be
+//! enabled by setting [crate::ClientConfigKey::Http2Only] to true.

Review Comment:
   I realized the easier advice is just to set `Http1Only` to false.



-- 
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]

Reply via email to