Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boto/s3transfer
Amazon S3 Transfer Manager for Python
https://github.com/boto/s3transfer
aws cloud python s3
Last synced: 7 days ago
JSON representation
Amazon S3 Transfer Manager for Python
- Host: GitHub
- URL: https://github.com/boto/s3transfer
- Owner: boto
- License: apache-2.0
- Created: 2016-01-12T23:19:42.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-08T19:10:28.000Z (about 1 month ago)
- Last Synced: 2024-10-30T03:37:05.273Z (9 days ago)
- Topics: aws, cloud, python, s3
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 213
- Watchers: 19
- Forks: 134
- Open Issues: 54
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Security: .github/SECURITY.md
Awesome Lists containing this project
- best-of-python - GitHub - 58% open · ⏱️ 23.05.2024): (Database Clients)
README
=====================================================
s3transfer - An Amazon S3 Transfer Manager for Python
=====================================================S3transfer is a Python library for managing Amazon S3 transfers.
This project is maintained and published by Amazon Web Services... note::
This project is not currently GA. If you are planning to use this code in
production, make sure to lock to a minor version as interfaces may break
from minor version to minor version. For a basic, stable interface of
s3transfer, try the interfaces exposed in `boto3 `__