https://github.com/boto/s3transfer
Amazon S3 Transfer Manager for Python
https://github.com/boto/s3transfer
aws cloud python s3
Last synced: 2 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-03-04T20:22:29.000Z (about 1 month ago)
- Last Synced: 2025-04-05T18:00:39.733Z (9 days ago)
- Topics: aws, cloud, python, s3
- Language: Python
- Homepage:
- Size: 1.03 MB
- Stars: 220
- Watchers: 20
- Forks: 140
- Open Issues: 62
-
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 `__