pitrou commented on PR #13238:
URL: https://github.com/apache/arrow/pull/13238#issuecomment-1141288982

   > After some tries, I discovered that the protocol prefix is required (e.g. 
`http:\\`), so when I use `endpoint_override="http://localhost:9000"` 
everything works just fine.
   
   It is not. You can actually use `endpoint_override="localhost:9000"`. The 
issue here is that Minio is listening in non-encrypted mode, so you must also 
pass `scheme="http"`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to