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

Method secret_key

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

Source from the content-addressed store, hash-verified

74std::string MinioTestServer::access_key() const { return impl_->access_key_; }
75
76std::string MinioTestServer::secret_key() const { return impl_->secret_key_; }
77
78std::string MinioTestServer::ca_dir_path() const {
79 return impl_->temp_dir_ca_->path().ToString();

Callers 6

InitServerAndClientMethod · 0.80
MakeNewFileSystemMethod · 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