wjones127 commented on code in PR #13206:
URL: https://github.com/apache/arrow/pull/13206#discussion_r886899734
##########
cpp/src/arrow/filesystem/s3fs.h:
##########
@@ -218,6 +229,12 @@ class ARROW_EXPORT S3FileSystem : public FileSystem {
/// Return the actual region this filesystem connects to
std::string region() const;
+ /// Set create_buckets property of options
Review Comment:
`options()` returns a const reference; they could access but I don't think
they could mutate right?
Being able to change this setting later felt important when I didn't support
in `FromURI`, but maybe it's not as important now.
--
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]