#ifndef MINIODOWNLOAD_H #define MINIODOWNLOAD_H #include #include #include #include #include #include #include #include #include #include #include #include // 从MinIO下载文件 bool download_from_minio(const std::string& endpoint, const std::string& access_key, const std::string& secret_key, const std::string& bucket, const std::string& object_name, const std::string& output_file); #endif //MINIODOWNLOAD_H