https://github.com/boto/s3transfer
Amazon S3 Transfer Manager for Python
https://github.com/boto/s3transfer
aws cloud python s3
Last synced: 12 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 (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-22T21:01:01.000Z (about 1 month ago)
- Last Synced: 2025-05-07T07:13:02.409Z (18 days ago)
- Topics: aws, cloud, python, s3
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 221
- Watchers: 20
- Forks: 141
- Open Issues: 61
-
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 `__