We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e0867 commit 4775e55Copy full SHA for 4775e55
packages/aws-library/src/aws_library/s3/_client.py
@@ -30,7 +30,7 @@
30
from types_aiobotocore_s3.literals import BucketLocationConstraintType
31
from types_aiobotocore_s3.type_defs import ObjectIdentifierTypeDef
32
33
-from ._constants import MULTIPART_UPLOADS_MIN_TOTAL_SIZE
+from ._constants import MULTIPART_COPY_THRESHOLD, MULTIPART_UPLOADS_MIN_TOTAL_SIZE
34
from ._error_handler import s3_exception_handler, s3_exception_handler_async_gen
35
from ._errors import S3DestinationNotEmptyError, S3KeyNotFoundError
36
from ._models import (
0 commit comments