Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(azure): support azure blob container storage #93

Merged
merged 8 commits into from
Nov 16, 2022
Merged

Commits on Nov 15, 2022

  1. feat(azure): support azure blob container storage

     - add azure implementation, and register with scheme "azure"
     - update test suite to use azure client when "azure" adapter is requested
     - add `pathy[azure]` extras to setup.py
     - remove "list_buckets" from BucketClient classes
    
    BREAKING CHANGE: This removes an internal bit of code that allowed for enumerating buckets in certain situations. The API was impossible to reach without going indirectly through the glob functionality, and it's not clear that the codepaths were ever reached outside of specific unit testing situations. If there's an explicit need for listing buckets, we can add a top-level API for it.
    justindujardin committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0b2ebc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863195c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    ce9630b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3695b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31421f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ac6b0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2ca08c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd5ce39 View commit details
    Browse the repository at this point in the history