About 10,700,000 results
Open links in new tab
  1. Minio和本地存储的优缺点对比? - 知乎

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

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

  3. How can I get MINIO access and secret key? - Stack Overflow

    Apr 27, 2021 · 31 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, …

  4. Using https for minio server - Stack Overflow

    Jun 15, 2018 · 2 if you using sudo you must have private.key and public.crt in /root/.minio/certs/. In my case, I must rename my minio.key and minio.crt because minio doesn't want to use them.

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

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

  6. How to authenticate in REST request to MinIO - Stack Overflow

    Jan 19, 2023 · I am experimenting with MinIO. I try to send REST API calls directly to MinIO port 9000. So far, I understood that authentication works the same as the Amazon S3 API …

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

  8. Minio does not seem to recognize TLS/https certificates

    Feb 11, 2021 · Im search now for hours to make minio work with self-signed tls certs using docker. accroding to the documentation certs just need to be placed at /root/.minio/certs/CAs …

  9. certificate - SSL encryption with MinIO does not work, its only ...

    Feb 23, 2023 · Also checked here (e.g. Minio does not seem to recognize TLS/https certificates) I'm clueless what to check else, seems i forgot something stupid XD I hope someone can help.

  10. Docker minio web console access not accessible - Stack Overflow

    Dec 5, 2024 · i have used host windows virtual box and running rocky linux and docker. highly appreciated results/inputs docker minio pulled docker run executed virtual box port forward …