You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/04/15 16:59:44 UTC

[arrow] branch master updated (fac30e7 -> cd4df5e)

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from fac30e7  ARROW-12408: [R] Delete Scan()
     add cd4df5e  ARROW-8900: [C++][Python] Expose Proxy Options as parameters for S3FileSystem

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs.cc        |  52 ++++++++++++
 cpp/src/arrow/filesystem/s3fs.h         |  19 +++++
 python/pyarrow/_s3fs.pyx                |  43 +++++++++-
 python/pyarrow/includes/libarrow_fs.pxd |  13 +++
 python/pyarrow/tests/test_fs.py         | 141 ++++++++++++++++++++++++++++++++
 5 files changed, 266 insertions(+), 2 deletions(-)