We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc976d9 commit 5368e9dCopy full SHA for 5368e9d
cpp/src/arrow/filesystem/s3fs_narrative_test.cc
@@ -68,7 +68,7 @@ Result<std::shared_ptr<FileSystem>> MakeRootFileSystem() {
68
options.endpoint_override = FLAGS_endpoint;
69
options.scheme = FLAGS_scheme;
70
options.region = FLAGS_region;
71
- options.allow_bucket_creation = true;
+ options.allow_bucket_creation = FLAGS_create;
72
return S3FileSystem::Make(options);
73
}
74
0 commit comments