kou commented on code in PR #13206:
URL: https://github.com/apache/arrow/pull/13206#discussion_r880951359


##########
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:
   It seems that "deletion" depends on `allow_create_buckets` confuses users. 
How about renaming `allow_create_buckets` or create one more option?
   
   BTW, why should we disable "deletion" by default?



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

Reply via email to