python-boto3/docs/source/reference/customizations/s3.rst

35 lines
946 B
ReStructuredText
Raw Permalink Normal View History

2015-11-27 23:25:33 +01:00
.. _ref_custom_s3:
==========================
2021-09-22 18:34:33 +02:00
S3 customization reference
2015-11-27 23:25:33 +01:00
==========================
2021-09-22 18:34:33 +02:00
S3 transfers
2016-11-09 01:23:44 +01:00
------------
.. note::
All classes documented below are considered public and thus will not be
exposed to breaking changes. If a class from the ``boto3.s3.transfer``
module is not documented below, it is considered internal and users
should be very cautious in directly using them because breaking changes may
2018-07-11 07:39:36 +02:00
be introduced from version to version of the library. It is recommended to
use the variants of the transfer functions injected into the S3 client
instead.
.. seealso::
:py:meth:`S3.Client.upload_file`
:py:meth:`S3.Client.upload_fileobj`
:py:meth:`S3.Client.download_file`
:py:meth:`S3.Client.download_fileobj`
2015-11-27 23:25:33 +01:00
2016-11-09 01:23:44 +01:00
.. autoclass:: boto3.s3.transfer.TransferConfig
2015-11-27 23:25:33 +01:00
:members:
:undoc-members:
2016-11-09 01:23:44 +01:00
.. autoclass:: boto3.s3.transfer.S3Transfer
2015-11-27 23:25:33 +01:00
:members:
:undoc-members: