Closed justindujardin closed 3 years ago
Merging #54 (6f139ce) into master (ecbc5fa) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #54 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 4 5 +1
Lines 884 1027 +143
==========================================
+ Hits 884 1027 +143
Impacted Files | Coverage Δ | |
---|---|---|
pathy/__init__.py | 100.00% <100.00%> (ø) |
|
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 ecbc5fa...6f139ce. Read the comment docs.
:tada: This PR is included in version 0.5.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Add support for S3 bucket access. To use, install the
s3
package extras:Then you can use s3 paths similarly to gs ones:
If you install the gcs extras too, you can do neat things like copy files from one service to another:
Changes