MCPcopy Create free account
hub / github.com/apache/arrow / MakeFileSystem

Method MakeFileSystem

cpp/src/arrow/filesystem/s3fs_benchmark.cc:111–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void MakeFileSystem() {
112 options_.ConfigureAccessKey(minio_->access_key(), minio_->secret_key());
113 options_.scheme = minio_->scheme();
114 if (!region_.empty()) {
115 options_.region = region_;
116 }
117 options_.endpoint_override = minio_->connect_string();
118 ASSERT_OK_AND_ASSIGN(fs_, S3FileSystem::Make(options_));
119 }
120
121 /// Set up bucket if it doesn't exist.
122 ///

Callers 1

localfs_test.ccFile · 0.45

Calls 8

ConfigureAccessKeyMethod · 0.80
access_keyMethod · 0.80
secret_keyMethod · 0.80
connect_stringMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.70
MakeFunction · 0.50
schemeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected