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
0
votes
2 answers
Can't upload file through carrierwave fog-aws to minio (docker-compose)
Have error Excon::Error::Socket (getaddrinfo: Name or service not known (SocketError)) when try to upload file through carrierwave fog-aws to minio.
Docker compose
version: '3'
services:
minio:
image: minio/minio
deploy:
resources:
…

Vitaly Igorevich
- 25
- 5
0
votes
2 answers
Trying to POST multipart/form-data by javascript to web api
Here i have a form in which i have a input type file to upload my file when the upload button is click i need to post the multipart/form-data to web api
where i upload the file to Minio Server.I have pasted the javascript and web api i use…

Ragu So Good
- 37
- 5
0
votes
1 answer
Upload 2GB file with Apache HttpClient
I'm new to Apache HC and I'm wondering what is the best way to upload files of about 1 or 2 GB size.
I am using the Minio SDK to retrieve a presigned url from the server. After that, I am sending this presigned url to the client that will upload the…

Marcos
- 701
- 1
- 8
- 25
0
votes
2 answers
Minio with the iOS AWS S3 SDK SignatureDoesNotMatch
I have an iOS app that uploads / downloads to / from Amazon's S3. I'd like to replace Amazon's S3 with my own Minio cloud.
I followed the quick tutorial here https://github.com/minio/minio and I have Minio running on my localhost and I can put…

LG01
- 360
- 4
- 14
0
votes
1 answer
How to keep weired characters in filename
I was creating a website, in which user can upload files on aws-s3, minio and azure-storage, all is working fine,
But when my client upload files with name which contain characters like…

HarisH Sharma
- 1,101
- 1
- 11
- 38
0
votes
1 answer
User Data (object) Isolation on Instant Messaging
Consider that I want to write an instant messaging application that user can send and receive files privately. I know, it's a good idea to store objects like images in Object Stores like Ceph or Minio, But how can I restrict access to files to the…

Hossein Nasr
- 1,436
- 2
- 20
- 40
-1
votes
1 answer
How to use Minio with Rust
I am trying to create an API to use minio with a Rust backend. I tried following this post as a starting point but it gives me the error
| use minio::s3::http::BaseUrl;
| ^^^^^ use of undeclared crate or module `minio`
I searched…

Sathya
- 105
- 2
- 15
-1
votes
1 answer
Grant s3 user access in bucket level policy
I have minio with bucket named "bucket" and IAM user named "user1"
I'll try to grant access to this bucket with Bucket Level Policy
client = boto3.client('s3', endpoint_url='localhost:9000')
client.put_bucket_policy(Bucket=bucket_name,…

RuS
- 71
- 7
-1
votes
1 answer
Self-hosted reprovision of S3 cluster without downtime
My Goal
I am currently experimenting with K8s at home on my homelab.
I am working towards creating some IaC with Terraform to provision a K8s APPS cluster made of Fedora CoreOS nodes.
I thought a good plan to make a K8S node provisioning fully…

Jac
- 531
- 1
- 4
- 19
-1
votes
1 answer
The remote name could not be resolved: 'bucket-2.miniomyserverhost.com'
Faced a data copy issue using Azure Fabric Data - minIO
In Azure Fabric Data, I set up a connection to my minIO server, the test connection goes well, I see all the bucket
BUT when I try to access the contents of the cart I get an error
The…
-1
votes
1 answer
mc: while trying to run bitnami/minio-client the container is exiting within a seconds
I'm trying to run bitnami/minio-client image, but when I run:
docker run -it --name mc3 dockerhub:5000/bitnami/minio-client
I get this output:
08:05:31.14 Welcome to the Bitnami minio-client container
08:05:31.14 Subscribe to project updates by…

akshatha prakash
- 11
- 1
-1
votes
1 answer
Share files in Minio
I am working on a file manager similar as in demo-https://ej2.syncfusion.com/react/demos/#/material/file-manager/AmazonS3Provider
The backend code is in spring boot and we have stored the files in minio.
I want to share my minio file bucket with…

RESHU KUMARI
- 1
- 2
-1
votes
1 answer
Changing MinIO standalone mode to distributed
I have a Kubernetes cluster running on GKE, with minio instance on it, installed using bitnami minio chart.
Currently, the minio is operating in standalone mode, as a Deployment with one pod.
The problem I'm facing is that every time I want to…

Alon Peslin
- 1
- 1
-1
votes
1 answer
Upload all files in a directory to minIO
I would like to know if there is a way to upload all the files contained in a folder to minIO, or if there is a method already implemented.
To upload one file is very simple, but I can't find a way to upload several files that are inside a directory…

Willy RL
- 21
- 2
-1
votes
1 answer
fetchS3 processor is giving error:-The AWS Access Key Id you provided does not exist in our records. (Service: Amazon s3; Status Code:403)
I have a started minIo server using the below docker compose file, after that I have created a bucket and uploaded few files, I have a nifi template where I have listS3 processor and fetchS3 processor, with lists3 processor I am able to fetch the…

Raihan Dowllah
- 11
- 1