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
1 answer
Auto detection of TLS ( self signed) scrape endpoint by Prometheus on k8s
I am scraping metrics of a service on a Kubernetes cluster. I just annotated the service so that Prometheus detects and start scraping
automatically.
The following annotations were added to the service:
metadata:
annotations:
…

unmesh_swar
- 243
- 1
- 3
- 12
0
votes
1 answer
configuring kafka + minio on minikube
I would like to run the minio resize function on my minikube (v0.28.0).
I installed kubekess (v0.6.0) and deployed kafka using the yaml file provided with this version (kafka-zookeeper-v0.6.0.yaml).
I installed minio following these steps.
I also…

user1027336
- 101
- 1
- 2
- 10
0
votes
2 answers
Drill can not read parquet files from a Minio server
The instruction:
https://blog.minio.io/query-minio-datastore-with-apache-drill-dcaf71d0cee5
Works without problems.
Also a query on for example JSON files works.
Only the query on parquet files does not work.
There are a few hints on the WWW. But…

Frank
- 11
- 2
0
votes
1 answer
Minio Weird Error for Listing Next Bucket Page
I'm getting a strange error when using minio for local development / testing:
com.amazonaws.services.s3.model.AmazonS3Exception: A header you provided
implies functionality that is not implemented (Service: Amazon S3; Status Code:
501; Error Code:…

JimCarreer
- 26
- 3
0
votes
1 answer
Start minio azure gateway against azurite
I try to run minio in azure gateway mode against/with azurite. I started azurite blob storage emulator and can successfully communicate with the emulator over http://127.0.0.1:10000. now I start minio in azure gateway mode like this:
docker run -p…

Manu Zi
- 2,300
- 6
- 33
- 67
0
votes
1 answer
Robust mobile app file sharing
Requirement
Mobile app uploads file to server. A limited number of other users of the mobile app then download the same file. Given the network limitations of a mobile environment (patchy connections / limited and varying bandwidth), I would like…

vipes
- 922
- 1
- 9
- 17
0
votes
1 answer
Minio Azure Gateway and .Net SDK
We have been using Azure Blob Storage as our primary storage provider in our applications. Lately we wanted to use Minio on our Kubernetes cluster and also connect it to Azure and also to the other supported storages.
The purpose behind this as you…

iboware
- 977
- 1
- 12
- 25
0
votes
1 answer
Openwhisk and Minio with packaged action issue
I am trying to create an openwhisk action that uses the minio server. In order to do that I have to package my action as a nodeJs module cause minio is not supported by openwhisk. My index.js file is the following:
function myAction(){
const…

zak
- 95
- 1
- 7
0
votes
0 answers
How to restart the minio server inside the docker container?
I have installed minio server inside the docker container. And then I have configured amqp in
vi ~/.minio/config.json.
Now I need to restart the minio server to apply the changes. I can restart docker container but the minio configuration changes…

Jagadeesan G
- 495
- 1
- 5
- 9
0
votes
1 answer
Camunda file bucket integration
I'm using Camunda workflow and have to integrate file repository for reading stored workflows (.bpmn).I'm using docker container of minio server. So, are there any mechanisms to integrate file repository to camunda engine?.

charly
- 81
- 8
0
votes
2 answers
Minio on Symfony
So one of my colleagues recommended me to use Minio as my File Storage.
I research about it but there is not enough resources on the net to keep me going. I found KNPGaufretteBundle which has Amazon S3 Adapter. Minio is compatible with Amazon S3, so…

iamjc015
- 2,127
- 6
- 25
- 61
0
votes
1 answer
Minio Received non-HTTP message from new connection
server error:
Received non-http message from new connection
client error:
code:
var endpoint = "127.0.0.1:9000";
var accessKey = "MFQD47M******R5TZ1";
var secretKey = "WsuNQtYs********npA7iMRLjRmx";
var minio = new MinioClient(endpoint,…

sqh
- 3
- 1
0
votes
2 answers
ImportError raised trying to import a function
Context:
I am trying to build a Django app that uses this package:django-minio-storage.
I am trying to extend a certain class in the package with the following class:
@deconstructible
class MinioStoreStorage(MinioStorage):
def __init__(self,…

Anas Tiour
- 1,344
- 3
- 17
- 33
0
votes
1 answer
Index minio Documents Using Elastic-Search
Can someone tell me what approach I should follow to index documents stored in Minio bucket using elastic-search so that it enables me to search the documents using specific keywords.

Harshit Bhatt
- 133
- 2
- 12
0
votes
0 answers
No such file or directory ENOENT, yet file exists
I am running a node app that takes an uploaded file to the directory and then pushes it to a Minio Object Server. When uploading files it works as intended with around 80% of the files. However, with some of them, I get the ENOENT error. I cant seem…

Will Jamieson
- 918
- 1
- 16
- 32