pitrou commented on code in PR #46506:
URL: https://github.com/apache/arrow/pull/46506#discussion_r2128731278
##########
cpp/src/arrow/filesystem/s3fs.h:
##########
@@ -116,6 +116,14 @@ struct ARROW_EXPORT S3Options {
/// This option is ignored on non-Windows, non-macOS systems.
double request_timeout = -1;
+ /// \brief Minimum transfer rate in bytes per second
+ ///
+ /// If the transfer falls below the low_speed_limit during the
request_timeout
+ /// period, the transfer will be considered too slow, and abort.
+ /// If negative, the AWS SDK default value is used (typically 1 byte/second).
Review Comment:
Add a sentence explaining the behavior if 0?
--
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]