You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/08/14 17:10:00 UTC

[jira] [Comment Edited] (ARROW-453) [C++] Add file interface implementations for Amazon S3

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

Antoine Pitrou edited comment on ARROW-453 at 8/14/19 5:09 PM:
---------------------------------------------------------------

General question: should the S3 filesystem be anchored on a specific bucket (meaning "path/to/file" is a key inside the bucket) or not (meaning "bucket/path/to/file" gets divided into bucket name and key string)?

Both are possible, and I notice that the Python projects [s3fs|https://s3fs.readthedocs.io/en/latest/] and [fs-s3fs|https://fs-s3fs.readthedocs.io/en/latest/] took different decisions here.

[~mdurant] What's your opinion?


was (Author: pitrou):
General question: should the S3 filesystem be anchored on a specific bucket (meaning "path/to/file" is a key inside the bucket) or not (meaning "bucket/path/to/file" gets divided into bucket name and key string)?

Both are possible, and I notice that the Python projects [s3fs|https://s3fs.readthedocs.io/en/latest/] and [fs-s3fs|https://fs-s3fs.readthedocs.io/en/latest/] took different decisions here.

> [C++] Add file interface implementations for Amazon S3
> ------------------------------------------------------
>
>                 Key: ARROW-453
>                 URL: https://issues.apache.org/jira/browse/ARROW-453
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>              Labels: filesystem
>             Fix For: 1.0.0
>
>
> The BSD-licensed C++ code in SFrame (https://github.com/turi-code/SFrame/tree/master/oss_src/fileio) may provide some inspiration. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)