justindujardin / pathy

simple, flexible, offline capable, cloud storage with a Python path-like interface
Apache License 2.0
171 stars 23 forks source link

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

Closed justindujardin closed 1 year ago

justindujardin commented 1 year ago

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.

codecov[bot] commented 1 year ago

Codecov Report

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

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 ```diff @@ Coverage Diff @@ ## master #93 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 5 6 +1 Lines 1004 1105 +101 ========================================== + Hits 1004 1105 +101 ``` | [Impacted Files](https://codecov.io/gh/justindujardin/pathy/pull/93?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin) | Coverage Δ | | |---|---|---| | [pathy/\_\_init\_\_.py](https://codecov.io/gh/justindujardin/pathy/pull/93/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin#diff-cGF0aHkvX19pbml0X18ucHk=) | `100.00% <ø> (ø)` | | | [pathy/s3.py](https://codecov.io/gh/justindujardin/pathy/pull/93/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin#diff-cGF0aHkvczMucHk=) | `100.00% <ø> (ø)` | | | [pathy/about.py](https://codecov.io/gh/justindujardin/pathy/pull/93/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin#diff-cGF0aHkvYWJvdXQucHk=) | `100.00% <100.00%> (ø)` | | | [pathy/azure.py](https://codecov.io/gh/justindujardin/pathy/pull/93/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin#diff-cGF0aHkvYXp1cmUucHk=) | `100.00% <100.00%> (ø)` | | | [pathy/gcs.py](https://codecov.io/gh/justindujardin/pathy/pull/93/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin#diff-cGF0aHkvZ2NzLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Justin+DuJardin)

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

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: