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.
Questions tagged [minio]
906 questions
5
votes
1 answer
How to get actual image or video from minio server
I have uploaded some images and videos in the minio server (https://play.minio.io:9000) from my android client. Now I have been able to download the uploaded content from that folder. What I can see that the content is not the actual image/video,…

Biplab Bhattacharya
- 93
- 3
- 7
5
votes
2 answers
Using https for minio server
I am trying to get a minio server to run on https but everytime i try to run it i get the following error:
{"level":"FATAL","time":"2018-06-15T15:12:19.2189519Z","error":{"message":"The
parameter is…

Ted
- 365
- 1
- 7
- 16
5
votes
3 answers
Create folder inside a bucket in minio using JAVA SDK
The Minio JAVA SDK documentation doesn't clearly articulate how to create a folder inside a bucket.
Can somebody help me on this request ?
Thanks in Advance!

Rakshith Venkatesh
- 481
- 2
- 5
- 11
5
votes
0 answers
SSLPeerUnverifiedException: Hostname not verified
I am experiencing this exception while trying to use Minio, that uses okHttp3. I have been searching a lot and couldn't find any solution.
These are the steps I did:
generated private key
generated certificate signing request with subject alt…

onlydmc123
- 83
- 8
5
votes
3 answers
minio: What is the cluster architecture of minio.io object storage server?
I have searched minio.io for hours but id dosn't provide any good information about clustering, dose it has rings and instance are connected? or mini is just for single isolated machine. And for running a cluster we have to run many isolated…

Hamid Karimi
- 615
- 1
- 8
- 12
4
votes
1 answer
How to authenticate in REST request to MinIO
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 authentication works - correct? Unfortunately, I am also new to S3.
Here are my…

Andreas
- 1,551
- 4
- 24
- 55
4
votes
2 answers
Generate a link which downloads files from minio in python
I want to use python to store and download file in minio
Below is the code
from minio import Minio
import os
def getMinioClient(access, secret):
return Minio(
endpoint="localhost:9000",
access_key=access,
secret_key=secret,
…

young_minds1
- 1,181
- 3
- 10
- 25
4
votes
2 answers
AmazonsS3Client throws UnknownHostException if attempting to connect to a local service (MinIO)
In Short: Using AmazonS3Client to connect to a local instance of MinIO results in a UnknownHostException thrown because the url is resolved to http://{bucket_name}.localhost:port.
Detailed description of the problem:
I'm creating an integration…

João Matos
- 6,102
- 5
- 41
- 76
4
votes
1 answer
can't start minio server in ubuntu with systemctl start minio
I configured a minio instance server on the ubuntu 18.04 with the guide from https://www.digitalocean.com/community/tutorials/how-to-set-up-an-object-storage-server-using-minio-on-ubuntu-18-04.
after the installation, the server failed to start with…

user824624
- 7,077
- 27
- 106
- 183
4
votes
2 answers
Kubernetes storageClass for Postgresql database
What is the preferred Kubernetes storageClass for a PersistentVolume used by a Postgresql database? Which factors should go into consideration choosing the storageClass when I have the choice between S3 (Minio), NFS and HostPath?

mxcd
- 1,954
- 2
- 25
- 38
4
votes
0 answers
MinIO Signature Mismatch
I have set up MinIO behind a reverse proxy in EKS. Everything worked well until MinIO was updated to RELEASE.2021-11-03T03-36-36Z. Now I am getting the following error when trying to access my MinIO bucket using the mc command-line utility: mc:…

Naman Rawal
- 51
- 5
4
votes
1 answer
Unable to set policy for user using MinIO client, getting user does not exists in ldap error even though user exists in LDAP
Error:
mc: Unable to set the policy. The specified user does not exist. (Specified user does not exist).
Details:
After configuring MiniIo with LDAP server, when I try to login with user, am getting error saying to add policy for user.
The same…

veeresh patil
- 1,168
- 1
- 11
- 18
4
votes
1 answer
Docker: Unable to access Minio Web Browser
I am having trouble accessing the Minio embedded web based object browser. The http://127.0.0.1:9000 and http://127.0.0.1:45423 addresses immediately shows a "This page isn't working. ERR_INVALID_HTTP_RESPONSE".
The http://172.22.0.8:9000 and…

LeggoMaEggo
- 512
- 1
- 9
- 24
4
votes
1 answer
MINIO Is it possible to set automatic deletion from bucket of the object after the retention date?
I want to delete object after the retention date is end.
Can I do it with Bucket Lifecycle? If so, how?
And the second question, is it possible to automatically delete an object if there is a newer one available?

Konrad Mieszała
- 41
- 1
- 5
4
votes
3 answers
Minio tenant stucked with 'Waiting for MinIO TLS Certificate'
I have a problem with Minio installation.
Minio tenants stucked in state 'Waiting for MinIO TLS Certificate'. It doesn't matter if tenant created by helm chart or by additional yaml.
Even if I'm creating tenant from Minio web console the result is…

user2820186
- 51
- 1
- 4