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

    最大的坑就是Minio主体的许可证是GNU AGPL v3,等于说你的产品用了Minio,与之产生了交互,某种意义上就要开源。 虽然说minio这玩意运行起来可能没人能知道,偷偷摸摸。毕竟属于 …

  2. How to change port number when hosting minio server?

    As per minio official documentation, you can Update/Create an environment file at /etc/default/minio and update the environment variable called MINIO_OPTS # Set all MinIO …

  3. Correct CORS configuration for minio - Stack Overflow

    Dec 12, 2024 · And this is because minio and my app are hosted under the same server. I was getting this error: Cors error: strict-origin-when-cross-origin. I'm using self hosted MinIO and …

  4. minio - what's different between "mc cp --recursive" and "mc …

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

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

    1、使用Minio的背景. 我们先回顾下,平时我们做文件存储是普遍如何操作的,简单描述下步骤和时序,例如我们在添加用户信息&上传照片这个业务中,首先客户端发起文件上传操作 …

  6. go - Stream media file from minio object - Stack Overflow

    Jun 15, 2022 · I have a backend go fiber server which would serve files fetched from cloud service using minio client sdk. My goal is to achieve video file streaming with out exposing direct …

  7. Minio: How's bucket policy related to anonymous/authorized …

    Mar 6, 2017 · Is there a way to create bucket programatically on Minio without authenticating, i.e policy global to Minio, not limited to operations on a bucket. I need it to run an integration test, …

  8. Using https for minio server - Stack Overflow

    Jun 15, 2018 · Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Try Teams for free Explore Teams

  9. List all objects in an S3 bucket on MinIO - Stack Overflow

    Jul 17, 2024 · I have a bucket with about 5'000'000 objects inside (as shown from the MinIO web interface). I need to traverse every single object (and later on do some processing on them). …

  10. Create minio bucket with curl - Server Fault

    Nov 29, 2024 · It is far, far easier to use a tool designed for the purpose. If you don't want to install the minio client, you can also use any other S3-compatible tool (including the official aws cli). I …