
有生产环境部署minio的吗? - 知乎
我对 MinIO 也不陌生。 2018年,我们在探探内部就维护过一个 MinIO 的内部分支(当时还是 Apache 2.0), 支撑了约 25 PB 数据,是当时国内最早、最大的 MinIO 部署之一。
Minio和本地存储的优缺点对比? - 知乎
一、Minio及背景 Minio 是一个开源的 分布式文件存储 系统,它基于 Golang 编写,虽然 轻量,却拥有着不错的 高性能,可以将图片、视频、音乐、pdf这些文件存储到多个主机,可以存储到多个Linux,或 …
How can I get MINIO access and secret key? - Stack Overflow
Apr 27, 2021 · 32 I'm new to minio and I want to use it in a Django app, I read the documentation of minio python library and there is fields for MINIO_ENDPOINT, MINIO_ACCESS_KEY, …
Why i cant get access to minio console from docker container?
Jun 4, 2023 · MINIO_ROOT_USER=admin MINIO_ROOT_PASSWORD=minio-secret-key The entrypoint script in the create-bucket container loops until minio is ready to service requests; then it …
minio - what's different between "mc cp --recursive" and "mc mirror ...
Jan 2, 2020 · Looking at the Minio client guide, there are several differences between the mc mirror and the mc cp commands, although the result of running them can be the same.
如何评价 minio 分布式存储系列之介绍及开箱使用? - 知乎
MinIO 是一种高性能对象存储解决方案,原生支持 Kubernetes 部署。MinIO 提供与 Amazon Web Services S3 兼容的 API 并支持所有核心 S3 功能。MinIO 是在GNU Affero 通用公共许可证 v3.0下发 …
docker -minio - The access key ID you provided does not exist in our ...
Dec 14, 2019 · I have a docker file that should wait for a database with wait_for_it.sh and run a minio server. I read the secrets from run/secrets and creates the MINIO_SECRET_KEY and …
Setting default access/secret token in Minio through docker
Sep 13, 2025 · Using Minio in a Docker Stack for local development, everything works fine. Would love to, though, start it up with: A default access_key/secret_key (coming from my .env file) Aa bucket …
Sending logs from Airflow to S3/Minio - Stack Overflow
Aug 22, 2025 · I am in the process of setting up Airflow on my Kubernetes cluster using the official Helm chart. I want to push my task instance logs to S3 (well, Minio actually) to a bucket called airflow-logs. To
How to read/write in minio using spark? - Stack Overflow
Jan 26, 2026 · How to read/write in minio using spark? Asked 1 month ago Modified 1 month ago Viewed 143 times