You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/05/16 11:48:19 UTC

[arrow-rs] branch master updated (108b7a8d0 -> 4714b2188)

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

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


    from 108b7a8d0 Consistently use GCP XML API (#4207)
     add 4714b2188 Object Store (AWS): Support region configured via named profile (#4161)

No new revisions were added by this update.

Summary of changes:
 object_store/src/aws/credential.rs |  62 ------------------
 object_store/src/aws/mod.rs        |  78 +++++++++++++++++++++-
 object_store/src/aws/profile.rs    | 128 +++++++++++++++++++++++++++++++++++++
 3 files changed, 204 insertions(+), 64 deletions(-)
 create mode 100644 object_store/src/aws/profile.rs