You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
601 B

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