• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

s3transfer/H15-Jul-2021-7,2465,281

s3transfer.egg-info/H03-May-2022-3429

tests/H15-Jul-2021-11,2108,205

MANIFEST.inH A D15-Jul-202181 54

PKG-INFOH A D15-Jul-20211.4 KiB3429

README.rstH A D15-Jul-2021599 139

setup.cfgH A D15-Jul-2021185 1510

setup.pyH A D03-May-20221.4 KiB5646

README.rst

1=====================================================
2s3transfer - An Amazon S3 Transfer Manager for Python
3=====================================================
4
5S3transfer is a Python library for managing Amazon S3 transfers.
6
7.. note::
8
9  This project is not currently GA. If you are planning to use this code in
10  production, make sure to lock to a minor version as interfaces may break
11  from minor version to minor version. For a basic, stable interface of
12  s3transfer, try the interfaces exposed in `boto3 <https://boto3.readthedocs.io/en/latest/guide/s3.html#using-the-transfer-manager>`__
13