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

Method access_key

cpp/src/arrow/filesystem/s3_test_util.cc:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72std::string MinioTestServer::connect_string() const { return impl_->connect_string_; }
73
74std::string MinioTestServer::access_key() const { return impl_->access_key_; }
75
76std::string MinioTestServer::secret_key() const { return impl_->secret_key_; }
77

Callers 7

InitServerAndClientMethod · 0.80
MakeNewFileSystemFunction · 0.80
TEST_FFunction · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
MakeFileSystemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected