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

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