wjones127 commented on code in PR #13206: URL: https://github.com/apache/arrow/pull/13206#discussion_r881037233
########## cpp/src/arrow/filesystem/s3fs.h: ########## @@ -130,6 +130,14 @@ struct ARROW_EXPORT S3Options { /// Whether OutputStream writes will be issued in the background, without blocking. bool background_writes = true; + /// Whether to allow creation or deletion of buckets Review Comment: We probably don't have to. Buckets can only be deleted if already empty, so hard to accidentally delete an important one I suppose. -- 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