刘凡 d0fdd49032 add S3 2 éve
..
.changes d0fdd49032 add S3 2 éve
.github d0fdd49032 add S3 2 éve
s3transfer d0fdd49032 add S3 2 éve
scripts d0fdd49032 add S3 2 éve
tests d0fdd49032 add S3 2 éve
.coveragerc d0fdd49032 add S3 2 éve
.gitignore d0fdd49032 add S3 2 éve
.pre-commit-config.yaml d0fdd49032 add S3 2 éve
ACCEPTANCE_TESTS.rst d0fdd49032 add S3 2 éve
CHANGELOG.rst d0fdd49032 add S3 2 éve
CONTRIBUTING.rst d0fdd49032 add S3 2 éve
LICENSE.txt d0fdd49032 add S3 2 éve
MANIFEST.in d0fdd49032 add S3 2 éve
NOTICE.txt d0fdd49032 add S3 2 éve
README.rst d0fdd49032 add S3 2 éve
pyproject.toml d0fdd49032 add S3 2 éve
requirements-dev-lock.txt d0fdd49032 add S3 2 éve
requirements-dev.txt d0fdd49032 add S3 2 éve
requirements.txt d0fdd49032 add S3 2 éve
setup.cfg d0fdd49032 add S3 2 éve
setup.py d0fdd49032 add S3 2 éve
tox.ini d0fdd49032 add S3 2 éve

README.rst

=====================================================
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 `__