π 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() or len(S3Key) for getting the size of the object at the given keyas well as adding:
π This release updates some of the internals of this library. It adds:
in operator on S3Bucketdel operator on S3Bucket[key]π and removes: