tustvold commented on issue #4491:
URL: 
https://github.com/apache/arrow-datafusion/issues/4491#issuecomment-1341347379

   Depending on the API it exposes you should be able to do something like
   
   
   ```
   let store = AmazonS3Builder::new()
       .with_bucket_name(...)
       .with_endpoint(...)
       .build()
       .unwrap();
   
   ctx.runtime_env()
           .register_object_store("http", "", store);
   ```


-- 
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