[ 
https://issues.apache.org/jira/browse/ARROW-13687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17439138#comment-17439138
 ] 

Kanstantsin Ilchanka commented on ARROW-13687:
----------------------------------------------

> You can use general user/password syntax for URI: 
>{{s3://#\{USER}:#\{PASSWORD}@backet/path}}

I'm not sure that this is valid for S3, they require different authentication

I expect something like this this 
[https://github.com/apache/arrow/blob/0dfe59223c4b59f3f663fc0ee6d164a3670ef747/python/pyarrow/_s3fs.pyx#L57]
{code:java}
s3_fs = Arrow::S3FileSystem.new(access_key: 'key', secret_key: 'key', region: 
'region')
table = Arrow::Table.load(URI("s3://backet/path"), filesystem: s3_fs){code}

> [Ruby] Add support for loading table by Arrow Dataset
> -----------------------------------------------------
>
>                 Key: ARROW-13687
>                 URL: https://issues.apache.org/jira/browse/ARROW-13687
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Ruby
>            Reporter: Kouhei Sutou
>            Assignee: Kouhei Sutou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 6.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to