Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
157 views

I am using jupyter-fs to connect JupyterHub's notebooks with a MinIO instance deployed in another namespace on Kubernetes. The MinIO endpoint is configured with HTTPS and uses a self-signed ...
A_A's user avatar
  • 36
0 votes
0 answers
80 views

I have a bucket called mybucket in minio and MINO_FOLDER=static. I connected this to my strapi CMS. When using CMS interface I am able to upload images to folder and get image url like domain/static/...
howard wolowitz's user avatar
3 votes
1 answer
773 views

I’m working on a Laravel project that uses MinIO as the storage solution. The project is running on Laravel Sail/Docker. However, when I attempt to upload an image, I encounter the following error: ...
draw134's user avatar
  • 1,219
0 votes
0 answers
83 views

I am trying to configure Grafana to upload rendered images to a MinIO bucket using the S3-compatible external image storage feature. However, the images are being stored locally in the /var/lib/...
jamilshaikh07's user avatar
0 votes
0 answers
34 views

I am trying to RemoteBulkWrite to a standalone instance using parquet files. It does not appear to work unless you use RemoteBulkWrite (see issue here: https://github.com/milvus-io/milvus/issues/36445)...
msj121's user avatar
  • 2,840
0 votes
0 answers
97 views

I have docker containers for spark-iceberg, rest catalog and minio. When I am trying to write data to iceberg tables, I am getting the following error Code query = windowed_df.writeStream \ ....
Rohit Anil's user avatar
0 votes
0 answers
124 views

I have setup a Django web app (Django version 5.0.6) on an Ubuntu 22.04 LTS operating system with its default backend file system running MinIO 2024-08-03T04-33-23Z. The services are all running using ...
Timothy Tuti's user avatar
  • 1,033
0 votes
1 answer
4k views

I have minio running locally, and I face cors issue while fetching a file. So I try to run this config: <CORSConfiguration> <CORSRule> <AllowedOrigin>*</AllowedOrigin> &...
Mandroid's user avatar
  • 7,778
2 votes
2 answers
612 views

i have used host windows virtual box and running rocky linux and docker. highly appreciated results/inputs docker minio pulled docker run executed virtual box port forward enabled 9000 , 9001 results ...
Narayana Basetty's user avatar
0 votes
0 answers
290 views

I'm experiencing an issue with Trino's Delta Lake connector when trying to query a Delta Lake table stored in MinIO. My setup involves Trino, MinIO, and Hive Metastore, all running in Docker ...
Tavakoli's user avatar
  • 1,433
0 votes
0 answers
28 views

I have a object on a MinIO s3 Object Store and want to lock it with a Legal Hold so that I cannot overwrite it in c++. I set the Legal Hold like that: Aws::S3::Model::PutObjectLegalHoldRequest ...
Seb Aeneas's user avatar
0 votes
1 answer
575 views

I have docker cluster with several containers such as minio as file storage and backend on django and it roughly looks like this: files: image: minio/minio container_name: files env_file:...
SomeRandomDude111's user avatar
0 votes
0 answers
1k views

I set a bucket policy that my specific domain can get the bucket object, now how to set CORS policy in minio - s3? I purchase it from my hosting company and they give me only client web interface so ...
megashoppc4 manager's user avatar
0 votes
1 answer
102 views

What could be the problem? Maybe I need to add some more parameters to binarystore.xml. I also don't understand why it tries to connect to port 443 if I specified 9000. binarystore.xml file: <...
user27827105's user avatar
1 vote
1 answer
635 views

I'm facing an authentication issue when using MinIO with PySpark, Iceberg, and Nessie catalog. I can access the catalog, databases, and tables, but I cannot query the tables. Here's my setup: version: ...
A_A's user avatar
  • 36
1 vote
1 answer
1k views

I'm writing data from Kafka to Minio using the Confluent Iceberg sink. The catalog is a REST catalog. I can see the tables in the catalog: trino> show tables from iceberg.callcenter; Table -----...
Gerd's user avatar
  • 963
1 vote
0 answers
520 views

I am running MinIO inside a Docker Compose setup and using the minio-js SDK to generate pre-signed URLs for accessing files. However, when I attempt to access these URLs, I encounter ...
SMILE- P's user avatar
  • 110
0 votes
1 answer
568 views

I am trying to query a parquet file using duckdb. the parquet file is stored in MINIO. I am using Jupyter notebook. the code is as below def queryduckdb(bucketname, parquetfilepath): try: ...
Saumik's user avatar
  • 33
0 votes
0 answers
223 views

I am trying to put a dataframe to Minio-iceber with partition evolution. But it throw this error: ValueError: Could not find in old schema: 1000: datetime_day: day(15) I am trying to put a dataframe ...
Phương Vũ duy's user avatar
0 votes
1 answer
354 views

I have set up MinIO as my Django app object storage and integrate the functionality of this module on my the same server. I followed the instruction in django-minio-backend, but I got the below error. ...
Timothy Tuti's user avatar
  • 1,033
1 vote
1 answer
353 views

I read a csv file in MinIO Bucket and tried to append it to Iceberg table but error occurred. This is my code: from pyspark.sql import SparkSession # Initialize SparkSession spark = SparkSession....
B21DCCN613_Nguyễn Minh Quân's user avatar
0 votes
1 answer
238 views

I have deployed minio on kubernetes with service (nodeport) and deployment using PV and PVCs and I am not able to access it from the browser. I have to use NodePort only that is a constraint. All the ...
Kanika Gola's user avatar
0 votes
1 answer
719 views

Hi! I have a problem communicating with MinIO using R in an optimal way. The task is to list the available folders in a given subfolder located in the appropriate bucket. Example: A bucket named ...
tomsu's user avatar
  • 375
-2 votes
2 answers
479 views

i am trying to follw this tutorial https://dzone.com/articles/databricks-delta-lake-using-java So i want to use spark with delta lake, but for my storage i use minio and not hdfs or s3 (But it is ...
juliastoelli's user avatar
0 votes
1 answer
515 views

I have deployed MinIO on my server and configured two URLs for access: minio.example.com - MinIO API minio-admin.example.com - MinIO Console (UI) I have set policies for my buckets (readonly policy ...
Anton Kozyk's user avatar

1
2
3 4 5
21