Questions tagged [minio]

MinIO offers high-performance, S3 compatible object storage. Native to Kubernetes, MinIO is the only object storage suite available on every public cloud, every Kubernetes distribution, the private cloud and the edge. MinIO is software-defined and is 100% open source under GNU AGPL v3.

MinIO offers high-performance, S3 compatible object storage on any cloud environment.

Resources :

  1. Official Website
  2. GitHub
  3. License and Paid (SLA backed) Support
  4. Community support
906 questions
0
votes
1 answer

Cannot PUT/GET objects in MinIO (MacOS)

Thank you for reading! We are running Presto along with Minio using docker-compose: minio: image: minio/minio:RELEASE.2021-08-31T05-46-54Z container_name: minio ports: - 9094:9000 - 9001:9001 environment: …
Simon Tower
  • 664
  • 3
  • 11
  • 27
0
votes
1 answer

Why is [bitnami/minio] persistence.mountPath not respected?

I'm using the bitnami/minio helm chart, and I'm trying to configure minio to write to a NFS backed PV. The path specified by persistence.mountPath is created in the pod and successfully mounted to the NFS share. However, even though I'm setting…
Matthew S
  • 900
  • 3
  • 12
  • 26
0
votes
0 answers

Invalid Endpoint Error using heroku and MinIO

I am have a django site and I published it with heroku. The files are stored in a local docker container with MinIO. I am using django-storages for connecting to the MinIO Storage as it supports AWS S3, with the AWS_S3_ENDPOINT_URL = "(Computer…
0
votes
1 answer

Add user in minio with C#

I wanna add a user on MinIo with C# code but I do not understand what packages on NuGet Gallery are appropriate for this please help me for finding a package so that I can resolve my problem.
johny
  • 13
  • 1
0
votes
1 answer

Setting up distributed erasure code using minio on a local network on premise

I was able to setup non EC mode easily, Now I am trying to setup minio server on local 3 node, as a distributed erasure code mode before I move to setup in the production. I want to replicate this setup in local…
Chang Zhao
  • 631
  • 2
  • 8
  • 24
0
votes
1 answer

Nginx Minio static files 404 on a context path

I have 2 machines: One holds the Minio running in a Docker container on port 9001 and the other holds the Nginx. I want to access\serve Minio on a path prefix /media i.e. www.mydomain.com/media: I can see that proxy_pass is working fine but I'm…
Janshair Khan
  • 2,577
  • 4
  • 20
  • 44
0
votes
1 answer

Distributed secure MinIO in docker-compose

I have a quite complex system in Docker. Everything runs in a big docker-compose file. Previously everything runs on one (manager) node in my Docker Swarm so I have generated a CERT for my domain (with certbot) and I have used the below MinIO…
milanbalazs
  • 4,811
  • 4
  • 23
  • 45
0
votes
1 answer

Get the list of buckets from MinIO with PL/SQL SDK Dbms_cloud

Hello I've been struggling to find the correct URI format to communicate with MinIO server running in a container I'm just looking for the correct format of URI because i get ORA-20006: Unsupported object store URI - https://play.min.io:9000…
Othmane
  • 21
  • 4
0
votes
1 answer

Yam file error e error converting YAML to JSON: yaml: line 8: mapping values are not allowed in this context

This is my first try in kubernetes. Trying to install minios storage i am finding error in yaml file apiVersion: v1 kind: PersistentVolume metadata: name: pv-name-1 spec: capacity: storage: 1Ti volumeMode: Filesystem accessModes: …
Rafa
  • 487
  • 7
  • 22
0
votes
1 answer

Minio Kubernetes Intstallation no memory error

I am trying to install the minio storage using kubernetes on my local . Following the link , However i am facing error with no memory in all types of install .. I am not sure how to set up the presistantVolume in my…
Rafa
  • 487
  • 7
  • 22
0
votes
1 answer

How to enable s3 support instead of minio for milvus v2.0.0?

I'm trying to use s3 as object storage instead of minio but I'm unable to find the proper flags in docker-compose or configs to enable that. If anyone can point me where I should look for the flag or what are the right flags for this that would be…
sounak07
  • 43
  • 1
  • 1
  • 6
0
votes
1 answer

Is there a way to examine the URL used by the paperclip gem?

I am using the kreeti/kt-paperclip gem with rails 4.2 and MinIO. I believe I have setup the model correctly, but I am getting "Aws::S3::Errors::InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records." I have tests…
J Edward Ellis
  • 1,368
  • 2
  • 12
  • 21
0
votes
1 answer

Visualize file without download it minio

I'm using Minio to store files, and I need to visualize some of this files from my browser without download it. I used this piece of code, however it downloads the file unfortunately. minioClient.getObjectUrl(bucketName, ObjectName) Thank you
HEssaidi
  • 33
  • 2
  • 8
0
votes
1 answer

Set name when uploading image file with laravel

I'm working on uploading pictures to minio in laravel. Storage::cloud()->put('image', $request->file, 'public'); Upload was successful, but it is saving random name.. now i want to assign name to it, what should i do. Random name upload :…
json
  • 67
  • 4
  • 15
0
votes
1 answer

Kubernetes - MinIO Failed to connect to console using browser

According to the official MinIO Guide (https://docs.min.io/docs/minio-quickstart-guide.html): For example, consider a MinIO deployment behind a proxy https://minio.example.net, https://console.minio.example.net with rules for forwarding traffic on…
e7lT2P
  • 1,635
  • 5
  • 31
  • 57