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

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