Minio endpoint not accepting

Minio Client SDK doesn't accept the railway provided url as valid endpoint.
40 Replies
Percy
Percy8mo ago
Project ID: 16ada6d2-f78b-439f-aa61-584221dc6853
King Jahad
King Jahad8mo ago
16ada6d2-f78b-439f-aa61-584221dc6853
Brody
Brody8mo ago
show code
King Jahad
King Jahad8mo ago
from minio import Minio client = Minio(endpoint="bucket-production-e32d.up.railway.app/",access_key="ESchG0DUOOIsNQ7hhMq1",secret_key="zWKyb8E30uPq2qeLyuH64zuiA8kIYK27n9S6LPEx") found = client.bucket_exists("shyft") print(found)
King Jahad
King Jahad8mo ago
No description
Brody
Brody8mo ago
maybe because of the trialing slash?
King Jahad
King Jahad8mo ago
Nope I have tried with the console url and tried with creating tcp and http proxy for bucket service. None works
Brody
Brody8mo ago
remove the trailing slash
King Jahad
King Jahad8mo ago
Same
Brody
Brody8mo ago
show me new code
King Jahad
King Jahad8mo ago
from minio import Minio client = Minio(endpoint="https://bucket-production-e32d.up.railway.app",access_key="ESchG0DUOOIsNQ7hhMq1",secret_key="zWKyb8E30uPq2qeLyuH64zuiA8kIYK27n9S6LPEx") found = client.bucket_exists("shyft") print(found)
Brody
Brody8mo ago
show error
King Jahad
King Jahad8mo ago
No description
King Jahad
King Jahad8mo ago
you can try connecting I'll remove api later console-production-fb36.up.railway.app console url bucket-production-e32d.up.railway.app bucket proxy http url
Brody
Brody8mo ago
well you've gone and mucked about with the service again, I don't know if you've broke it
Want results from more Discord servers?
Add your server