| 52 | auto* minio_env = ::testing::AddGlobalTestEnvironment(new MinioTestEnvironment); |
| 53 | |
| 54 | MinioTestEnvironment* GetMinioEnv() { |
| 55 | return ::arrow::internal::checked_cast<MinioTestEnvironment*>(minio_env); |
| 56 | } |
| 57 | |
| 58 | class S3ModuleTest : public ::testing::Test { |
| 59 | protected: |