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

Conversation

justindujardin
Copy link
Owner

@justindujardin justindujardin commented Nov 15, 2022

  • 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
  • fixes Azure support #81

BREAKING CHANGE: This removes an internal bit of code that allows for enumerating buckets in certain situations. The API was impossible to reach without going indirectly through the glob functionality, and it's unclear whether the code paths 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.

 - 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.
@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (cd5ce39) compared to base (515cb5d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##            master       #93    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files            5         6     +1     
  Lines         1004      1105   +101     
==========================================
+ Hits          1004      1105   +101     
Impacted Files Coverage Δ
pathy/__init__.py 100.00% <ø> (ø)
pathy/s3.py 100.00% <ø> (ø)
pathy/about.py 100.00% <100.00%> (ø)
pathy/azure.py 100.00% <100.00%> (ø)
pathy/gcs.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@justindujardin justindujardin merged commit 9624856 into master Nov 16, 2022
@justindujardin justindujardin deleted the feat/azure branch November 16, 2022 18:53
github-actions bot pushed a commit that referenced this pull request Nov 16, 2022
# [0.8.0](v0.7.1...v0.8.0) (2022-11-16)

### Features

* **azure:** support azure blob container storage ([#93](#93)) ([9624856](9624856))

### BREAKING CHANGES

* **azure:** This removes an internal bit of code that allows for enumerating buckets in certain situations. The API was impossible to reach without going indirectly through the glob functionality, and it's unclear whether the code paths 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.
@github-actions
Copy link

🎉 This PR is included in version 0.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure support
1 participant