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

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