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
-1
votes
1 answer

i can't enable CORS in nginx

I can't Enable CORS on my API Gateway instance, this is how it looks: Everything is installed on an nginx server under ubuntu 20.04. React Font-end: https://example.com -nginx server { listen 80; listen [::]:80; server_name…
-1
votes
1 answer

How to get the xml format error response returned by S3 by using aws-sdk-go?

The following response was returned from S3 server: BucketAlreadyOwnedByYou Your previous request to create the named bucket succeeded and you already own it. newbucket
labulaka
  • 48
  • 8
-1
votes
1 answer

How can I expire a generated download link on S3

I know that we can generate a download key for an object with a specific time to expire. But how can I invalidate an already generated key manually? Imagine I get an acknowledge from a client that successfully downloaded the file, so I want to…
meshkati
  • 1,720
  • 2
  • 16
  • 29
-2
votes
2 answers

MinIO Error on distributed Cluster on Kubernetes

i try to deploy MinIO distributed Cluster on Kubernetes , i wrote yaml file in the below link , i got errors logs from the pods , could you please review my yaml and support me for run minio as Cluster MinIO on Kubernetes cluster 4 replicas,…
-2
votes
1 answer

How do I uninstall current minio and install specific version of Minio with kubectl?

I have installed minio using the following command. kubectl krew install minio Right now I have v4.5.6 How do I install v4.2.10 of minio kubernetes ?
1 2 3
60
61