amoeba commented on code in PR #38267:
URL: https://github.com/apache/arrow/pull/38267#discussion_r1361167043
##########
cpp/src/arrow/filesystem/s3fs.cc:
##########
@@ -3001,6 +3007,36 @@ bool IsS3Initialized() { return
GetAwsInstance()->IsInitialized(); }
bool IsS3Finalized() { return GetAwsInstance()->IsFinalized(); }
+S3GlobalOptions S3GlobalOptions::Defaults() {
+ S3LogLevel log_level = S3LogLevel::Fatal;
Review Comment:
Yeah, nice improvement.
--
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]