R
Railway7mo ago
don0811

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:
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...
Jump to solution
3 Replies
Percy
Percy7mo ago
Project ID: 45ba72aa-b6a5-478e-95a8-7d8e235030cf
don0811
don08117mo ago
45ba72aa-b6a5-478e-95a8-7d8e235030cf
Solution
Brody
Brody7mo ago
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