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 f11fc1f1c Don't panic on RleValueEncoder::flush_buffer if empty 
(#2558) (#2559)
     add d36f0728f Replace azure sdk with custom implementation (#2509)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/object_store.yml    |   2 +-
 .gitignore                            |   5 +-
 object_store/Cargo.toml               |  35 +-
 object_store/src/aws/credential.rs    |   6 +-
 object_store/src/azure.rs             | 886 ----------------------------------
 object_store/src/azure/client.rs      | 743 ++++++++++++++++++++++++++++
 object_store/src/azure/credential.rs  | 255 ++++++++++
 object_store/src/azure/mod.rs         | 705 +++++++++++++++++++++++++++
 object_store/src/client/mod.rs        |   2 +-
 object_store/src/client/oauth.rs      |  85 +++-
 object_store/src/client/pagination.rs |   6 +-
 object_store/src/lib.rs               |  38 +-
 object_store/src/util.rs              |  11 +-
 13 files changed, 1836 insertions(+), 943 deletions(-)
 delete mode 100644 object_store/src/azure.rs
 create mode 100644 object_store/src/azure/client.rs
 create mode 100644 object_store/src/azure/credential.rs
 create mode 100644 object_store/src/azure/mod.rs

Reply via email to