# minio-tools **Repository Path**: lingxinmeng/minio-tools ## Basic Information - **Project Name**: minio-tools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-30 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README // MinIO服务器的连接信息 endpoint := "10.14.85.242:9000" // MinIO服务器地址 accessKeyID := "minio_admin" // 替换为你的access key secretAccessKey := "1qaz2wsx!" // 替换为你的secret key useSSL := false