You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Mauricio 'Pachá' Vargas Sepúlveda (Jira)" <ji...@apache.org> on 2021/06/16 17:24:00 UTC

[jira] [Updated] (ARROW-12845) [R] [C++] S3 connections for different providers

     [ https://issues.apache.org/jira/browse/ARROW-12845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauricio 'Pachá' Vargas Sepúlveda updated ARROW-12845:
------------------------------------------------------
    Component/s: C++
    Description: 
Hi

As a part of my thesis, I want to create an S3 bucket on DigitalOcean (what PUC uses), and while I can write parquet files on my laptop and upload to DigitalOcean Spaces (i.e. an "S3 + Google Drive") from the browser or by using rclone, I could work in editing the existing code that allows to connects to Amazon S3, and  provide a function that connects to DigitalOcean/Linode/IBM/etc.

This could be done in a way that amazon URL is the default and the user could specify something like `new_s3_fun(...,  provider = "Tencent")` and connect to an S3 that is not Amazon.

Also, this involves the need to write more S3 documentation.

  was:we need to document s3 parts a bit better, I shall try to improve that

     Issue Type: New Feature  (was: Task)
        Summary: [R] [C++] S3 connections for different providers  (was: better documentation for s3 connections)

> [R] [C++] S3 connections for different providers
> ------------------------------------------------
>
>                 Key: ARROW-12845
>                 URL: https://issues.apache.org/jira/browse/ARROW-12845
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++, R
>    Affects Versions: 4.0.0
>            Reporter: Mauricio 'Pachá' Vargas Sepúlveda
>            Assignee: Mauricio 'Pachá' Vargas Sepúlveda
>            Priority: Minor
>
> Hi
> As a part of my thesis, I want to create an S3 bucket on DigitalOcean (what PUC uses), and while I can write parquet files on my laptop and upload to DigitalOcean Spaces (i.e. an "S3 + Google Drive") from the browser or by using rclone, I could work in editing the existing code that allows to connects to Amazon S3, and  provide a function that connects to DigitalOcean/Linode/IBM/etc.
> This could be done in a way that amazon URL is the default and the user could specify something like `new_s3_fun(...,  provider = "Tencent")` and connect to an S3 that is not Amazon.
> Also, this involves the need to write more S3 documentation.



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