How to load dataset from MinIO? #7140
Unanswered
sasakiyori
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Your issue could be related to dataset path or bucket permissions. is your data_files could be |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have no idea how to specific the endpoint for MinIO.
If endpoint is not configured,
PermissionError: Forbidden
is returned.But if I set endpoint_url like below, it returns
FileNotFoundError: Unable to find 's3://datasets/mybucket/mydataset'
, it seems go to other protocols but not s3.Beta Was this translation helpful? Give feedback.
All reactions