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

Function GetMinioEnv

cpp/src/arrow/filesystem/s3fs_test.cc:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 ::testing::AddGlobalTestEnvironment(new MinioTestEnvironment(/*enable_tls=*/true));
106
107MinioTestEnvironment* GetMinioEnv(bool enable_tls) {
108 if (enable_tls) {
109 return ::arrow::internal::checked_cast<MinioTestEnvironment*>(minio_env_https);
110 } else {
111 return ::arrow::internal::checked_cast<MinioTestEnvironment*>(minio_env);
112 }
113}
114
115class ShortRetryStrategy : public S3RetryStrategy {
116 public:

Callers 1

InitServerAndClientMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected