matthewmturner commented on issue #1930:
URL: 
https://github.com/apache/arrow-datafusion/issues/1930#issuecomment-1059872236


   maybe my objective could be achieved with some command line options instead. 
 for example:
   
   Default credentials
   ```
   $ datafusion-cli --object-store s3
   ```
   
   Minio
   ```
   $ datafusion-cli --object-store s3 --access-key KEY --secret-key ABC 
--provider PROVIDER --endpoint ENDPOINT
   ```
   
   @houqp @yjshen @seddonm1 do you have a view on whether `ObjectStore` 
registration can be done via SQL or if this should be part of datafusion-cli? 


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