All Versions
5
Latest Version
Avg Release Cycle
244 days
Latest Release
1641 days ago

Changelog History

  • v0.2.1 Changes

    October 01, 2019

    ๐Ÿš€ This release adds some useful new tools for S3Key:

    • S3Key.download() for downloading to a file path or a file-like object
    • S3Key.upload() for uploading to a key from a file path or a file-like object
    • S3Key.size() or len(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
  • v0.2.0 Changes

    July 19, 2019

    ๐Ÿš€ This release updates some of the internals of this library. It adds:

    • Type annotations
    • in operator on S3Bucket
    • del operator on S3Bucket[key]
    • ๐Ÿ“š more documentation

    ๐Ÿšš and removes:

    • ๐Ÿ‘ old python version support
  • v0.1.3

    April 19, 2017
  • v0.1.1

    January 27, 2017
  • v0.1.0

    January 27, 2017