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

How do I create single volume deployment with minio-operator

I was able to create a single volume minio pod in the past but with new minio-operator, minimum number of volumes attached to each pod is 4. https://github.com/minio/operator/blob/master/examples/tenant-tiny.yaml Is there a way to create a single…
Steve
  • 863
  • 3
  • 9
  • 21
0
votes
1 answer

Minio + Upload Metadata + Object?

anybody know, maybe Minio not result and best product for it, but i need upload many objects and metadata and then i need can find this objects over metadata and get uri? I had install Monio server on Ubuntu 18.04 and i can't unserstand how i can do…
AlexPebody
  • 21
  • 4
0
votes
1 answer

Is there a way using non continuous ip and path for minio server pool and cluster

I need make a minio cluster on servers which are in use, so I can't change ip or mount pointon of those servers. So, I can't use this "http://host{o...z}/export{1...m}" syntax, for IPs and PATHs are not continuous. I know that for single server…
Ian.Zhang
  • 151
  • 1
  • 10
0
votes
2 answers

Minio Tenant is just stuck at "Waiting for Pods to be Ready" but the pod's status is Running

This is the config file I used for the Tenant apiVersion: minio.min.io/v2 kind: Tenant metadata: name: minio labels: app: minio annotations: prometheus.io/path: /minio/prometheus/metrics prometheus.io/port: "9000" …
sdzt9
  • 160
  • 7
0
votes
0 answers

Docker compose runs in one folder but not in another

I am trying to run minio/minio docker container on windows. Docker-compose worked fine in one folder where I was testing, but then I moved it into the project sub folder and docker-compose fails. Folder with docker-compose is empty. version:…
djulb
  • 375
  • 1
  • 3
  • 19
0
votes
1 answer

Velero + MinIO: Unknown desc = AuthorizationHeaderMalformed: The authorization header is malformed; the region 'us-east-1' is wrong;

I'm getting this issue below. Anyone has an idea what could be wrong? user@master-1:~$ kubectl logs -n velero velero-77b544f457-dw4hf # REMOVED An error occurred: some backup storage locations are invalid: backup store for location "aws" is invalid:…
laimison
  • 1,409
  • 3
  • 17
  • 39
0
votes
1 answer

Docker MinIO on Azure app service Map Local Drive

I need to map the MinIO save path to the host, with the following syntax (docker-compose.yam) on my linux machine it works while on the Azure app service it doesn't (all other settings in the next example work only volume settings not)…
Angelo
  • 101
  • 1
  • 9
0
votes
1 answer

Connect to S3 bucket without giving region name

I need to download objects from S3 bucket and I have below information to access the S3 bucket. Access Key, Secret Key and Bucket End point. There is no region name. I was using minio package to access the bucket and was able to access it using…
Praveenks
  • 1,436
  • 9
  • 40
  • 79
0
votes
0 answers

okhttp client errors after setup client for server authentication confirmation

We are trying to use the minio-java client that uses okhttp client for uploading object to buckets. Currently the server that we use supports only server authentication and not mutual tls and this mainly means that we have to verify the certificates…
EVOLGR
  • 1
0
votes
1 answer

gitlab CI cache occasionally takes very long time to download

We have a problem where occasionally the cache takes about 1hr to download (normally it takes < 5 min). It happens seemingly randomly and I dont know how to reproduce it. The cache is stored on a VM over MinIO, minio version is "minio version…
0
votes
0 answers

Apache POI Clone Sheet corrupting the excel file

I have an excel template file I am retrieving from minIO, I perform some writing operation on this excel and I finally return the modified file to the user calling my code. This flow was working fine until I tried to clone one of the sheet of my…
Karura91
  • 603
  • 6
  • 15
0
votes
1 answer

what is the location option when creating new bucket?

I' working with minio and python. I looked on the API of creating new bucket: https://docs.min.io/docs/python-client-api-reference.html#make_bucket I can't understand what is the meaning of location? The description in the API (Region in which the…
Boom
  • 1,145
  • 18
  • 44
0
votes
1 answer

AWS s3 gateway with minio

I am bit confused about minio s3 gateway. Do we required aws sdk when we are running the minio server with s3 gateway? MY server started running and browsers is showing me the s3 buckets but I can't connect to the server through my node app. It is…
0
votes
1 answer

Java heap space error, delegating a stream in a jax-rs response

In our system we are calling a backend that is the S3 server. And try to stream the file through the java service to the client. Problem is that for large files ( > 2 GiB ) we get a java heap error. The stream works for smaller files, but not for…
Andreas
  • 539
  • 1
  • 5
  • 13
0
votes
1 answer

How to use Next JS next/image with docker-compose and Minio for local development?

I have a NextJS app that I am working on and I am using the new next/image component for its automatic optimizations. I am trying to set up my local development environment to be able to serve images from a local Minio service. The entire local app…
gdvander
  • 305
  • 6
  • 15