BucketStore v0.2.1 Release Notes
Release Date: 2019-10-01 // almost 4 years ago-
๐ This release adds some useful new tools for
S3Key
:S3Key.download()
for downloading to a file path or a file-like objectS3Key.upload()
for uploading to a key from a file path or a file-like objectS3Key.size()
orlen(S3Key)
for getting the size of the object at the given key
as well as adding:
- ๐ป 100% coverage (minus one line of raising an Exception on other boto Errors)
- more examples in the readme
- โ python 3.8 testing on Travis-CI
Previous changes from v0.2.0
-
๐ This release updates some of the internals of this library. It adds:
- Type annotations
in
operator onS3Bucket
del
operator onS3Bucket[key]
- ๐ more documentation
๐ and removes:
- ๐ old python version support