amoeba commented on issue #38032:
URL: https://github.com/apache/arrow/issues/38032#issuecomment-1783530242

   I think the easiest thing would be to pass a URI for the file. You can 
construct the string for the URI following this pattern, replacing the 
appropriate values with your own:
   
   ```r
   
open_dataset("s3://access_key:secret_key@yourbucketname/your_file.parquet?endpoint_override=yourendpoint")
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to