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: support smart_open >=5.0.0,<6.0.0 #63

Closed justindujardin closed 3 years ago

justindujardin commented 3 years ago

The smart_open API for specifying s3 bucket credentials changed in v5.0.0.

Fixes #61

codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (9e69249) into master (156480e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         1028      1030    +2     
=========================================
+ Hits          1028      1030    +2     
Impacted Files Coverage Δ
pathy/s3.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 156480e...9e69249. Read the comment docs.

github-actions[bot] commented 3 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: