Skip to content

Commit 5368e9d

Browse files
committed
Stricter allow_bucket_creation
1 parent fc976d9 commit 5368e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/filesystem/s3fs_narrative_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Result<std::shared_ptr<FileSystem>> MakeRootFileSystem() {
6868
options.endpoint_override = FLAGS_endpoint;
6969
options.scheme = FLAGS_scheme;
7070
options.region = FLAGS_region;
71-
options.allow_bucket_creation = true;
71+
options.allow_bucket_creation = FLAGS_create;
7272
return S3FileSystem::Make(options);
7373
}
7474

0 commit comments

Comments
 (0)