Help using Minio
Hi, I'm pretty new at Railway. I set up a minio service using this template - https://railway.app/template/SMKOEA
Could someone please assist me on how I can access the bucket/objects in python? Any help would be appreciated.
I have been trying to connect to the bucket, but not sure how to
Solution:Jump to solution
start reading at step 2 https://min.io/docs/minio/container/index.html
and here's the minio sdk for python https://github.com/minio/minio-py
you should also be able to use any S3 compatible sdk as well...
3 Replies
Project ID:
45ba72aa-b6a5-478e-95a8-7d8e235030cf
45ba72aa-b6a5-478e-95a8-7d8e235030cf
Solution
start reading at step 2 https://min.io/docs/minio/container/index.html
and here's the minio sdk for python https://github.com/minio/minio-py
you should also be able to use any S3 compatible sdk as well