Bucketstore

Latest version: v0.3.0

Safety actively analyzes 688238 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.0

0.2.2

This release adds:
- Support for alternate s3 endpoints via 25 (thanks fbkopp !)
- Updated docs
- Updated python support list

and removes:
- Support for python 3.5

0.2.1

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

0.2.0

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

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.