About 73 results
Open links in new tab
  1. 有生产环境部署minio的吗? - 知乎

    MinIO 开源仓库正式归档,不再维护。一个时代落幕,但开源的精神不死。 老冯 Fork 了 MinIO,复活了管理控制台,重建了二进制分发渠道,让 MinIO 浴火重生。 如果你正在用 MinIO,把 minio/minio …

  2. Minio和本地存储的优缺点对比? - 知乎

    一、Minio及背景 Minio 是一个开源的 分布式文件存储 系统,它基于 Golang 编写,虽然 轻量,却拥有着不错的 高性能,可以将图片、视频、音乐、pdf这些文件存储到多个主机,可以存储到多个Linux,或 …

  3. 如何评价 minio 分布式存储系列之介绍及开箱使用? - 知乎

    此外,MinIO 与所有常用的密钥管理解决方案(例如 HashiCorp Vault)兼容并经过测试。 MinIO 使用密钥管理系统 (KMS) 来支持 SSE-S3。 如果客户端请求 SSE-S3 或启用自动加密,则 MinIO 服务器使 …

  4. 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, …

  5. Minio: Add a public bucket with docker-compose - Stack Overflow

    Feb 28, 2021 · 2 Another approach to create a bucket on MinIO startup and make it public using Docker Compose (note the MinIO version - older versions do not include mc, so this solution may not work):

  6. Why i cant get access to minio console from docker container?

    Jun 4, 2023 · The minio service isn't running on localhost. The MINIO_HOST environment variable isn't used by the minio client. According to this documentation, you can provide a configuration in the …

  7. 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 …

  8. how to connect Trino + Hive metastore + MinIO - Stack Overflow

    Dec 2, 2024 · I have connected postgresql to hive as metastore and Minio image ( latest : RELEASE.2024-11-07T00-52-20) and I created a empty bucket in MinIO called tiny. I have created a …

  9. 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

  10. configure minio in docker to use https - Server Fault

    May 20, 2022 · The symlinks private.key and public.crt can't be resolved because the targets don't exist inside the container. The easiest way would be to mount /etc/letsencrypt inside the container as well. …