minio Questions

6

I am trying to add a running instance of MinIO to Airflow connections, I thought it should be as easy as this setup in the GUI (never mind the exposed credentials, this is a blocked of environment ...
Levitation asked 15/12, 2022 at 7:56

4

I am currently working on a project where I am attempting to use MinIO with a data moving program developed by my company. This broker software only allows for devices using port 80 to successfully...
Substantial asked 12/8, 2020 at 20:35

4

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. aft...
Higgle asked 16/4, 2022 at 7:49

6

Solved

I am trying to redirect a example.com/minio location to minio console, which is run behind a nginx proxy both run by a docker compose file. My problem is that, when I'm trying to reverse proxy the ...
Lueck asked 26/4, 2022 at 21:49

5

Solved

How can I hook up my local minIO storage with aws-sdk-go-v2? I can find clear documentation of how to do that in the previous version of go SDK but not with V2. I read through the version 2 source ...
Occupancy asked 17/5, 2021 at 19:6

2

Below is a service in my docker compose. minio: image: minio/minio:edge environment: MINIO_ACCESS_KEY: minio123 MINIO_SECRET_KEY: minio123 volumes: - datastore:/data ports: - 9000:9000 ne...
Turpin asked 28/2, 2021 at 18:5

2

Solved

Does anyone know how the minio etag is generated when you PUT an object? Is it a hash of the file and can we use it to prevent uploading the same file twice? Many thanks!
Primero asked 24/6, 2020 at 12:28

2

I want to run min.io using bitnami/minio docker image. But I encountered "Adding local minio host to 'mc' configuration. Failed to add temporary MinIO server. MinIO is already stopped" in...
Shontashoo asked 24/10, 2023 at 20:42

2

I cannot login to minio console behind nginx proxy. Both are started as docker container with docker compose. I can login to minio without proxy by accessing localhost:9001, but I cannot when behin...
Monocot asked 22/2 at 0:40

3

I am using minio to manage the files const getMinioClient = () => { const minioClient = new Minio.Client({ endPoint: '127.0.0.1', port: 9000, useSSL: false, accessKey: 'minioadmin', secret...
Johore asked 14/2, 2021 at 2:56

4

Solved

I try to upgrade minio version in my docker commpose(previously I used image: minio/minio:RELEASE.2020-06-22T03-12-50Z and it was working ) For now I have following docker-compose service: version:...
Steenbok asked 25/11, 2022 at 8:47

7

Solved

I'm new to minio and I want to use it in a Django app, I read the documentation of minio python library and there is fields for MINIO_ENDPOINT, MINIO_ACCESS_KEY, MINIO_SECRET_KEY. I read the Quicks...
Dulcia asked 27/4, 2021 at 15:8

3

Solved

I am new to spark and delta-lake and trying to do one POC with pyspark and using minio as delta-lake's storage backend. However, I am getting error that Class org.apache.hadoop.fs.s3a.S3AFileSyste...
Remsen asked 16/2, 2023 at 12:24

3

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 par...
Blakley asked 15/6, 2018 at 15:17

2

Solved

Does anybody install DVC on MinIO storage? I have read docs but not all clear for me. Which command should I use for setup MinIO storage with this entrance parameters: storage url: https://minio.my...
Inviolable asked 21/5, 2021 at 11:9

1

I've tried installing different versions of Spark and of the required jar files, but had no success. I'm using a Macbook Air M1. How to replicate Run a Minio instance locally at port 9000. Dockerfi...
Coatee asked 8/8, 2023 at 11:6

1

Solved

Is there any way to restore a specific version of a file on a minio server with minio-js on a bucket with active versioning? On the web console there is a button to restore, but I didn't found any ...
Dewhurst asked 28/7, 2023 at 10:31

5

Solved

I have application server written in Node.js which upload files to AWS S3 storage. For that I'm using https://www.npmjs.com/package/aws-sdk and when I'm connecting to and uploading to my AWS produc...
Maquis asked 8/12, 2022 at 15:13

2

I have a docker file that should wait for a database with wait_for_it.sh and run a minio server. I read the secrets from run/secrets and creates the MINIO_SECRET_KEY and MINIO_ACCESS_KEY. THE MIN...
Sake asked 14/12, 2019 at 21:16

3

I want to add metadata to Minio object while adding the file as object to Minio object storage using python. I am able to find accessing metadata of object stored on Minio. but there is no example ...
Propeller asked 12/3, 2018 at 8:12

5

I want to calculate bucket size of minio. is it possible to calculate storage quota using MinioClient? or is there any best way to calculate bucket size of minio storage. thanks in advance
Languor asked 6/2, 2019 at 6:46

1

I am using docker compose with bitnami's airflow image as well as minio. I can get airflow to talk to AWS S3, but when I try to substitute Minio I am getting this error: File "/opt/bitnami/air...
Purple asked 14/6, 2022 at 5:22

1

Solved

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?...
Melar asked 19/1, 2023 at 9:55

2

I used the following docker-compose.yml file to deploy a FastAPI, MongoDB, Minio docker containers. version: '3.7' services: db: image: mongo:latest container_name: mongodb user: 1000:1000 vo...
Satisfactory asked 22/8, 2021 at 9:12

1

Solved

I have sping-boot application with rest services written using Spring web flux. For now I access minio using login/password authorizaton and it works fine. For now I want to exchange application JW...
Backwoodsman asked 21/12, 2022 at 11:0

© 2022 - 2024 — McMap. All rights reserved.