def copy_object()

in botocore-stubs/botocore-stubs/client.pyi [0:0]


    def copy_object(self, *,
        Bucket: str,
        CopySource: str,
        Key: str,
        ACL: str = ...,
        CacheControl: str = ...,
        ContentDisposition: str = ...,
        ContentEncoding: str = ...,
        ContentLanguage: str = ...,
        ContentType: str = ...,
        CopySourceIfMatch: str = ...,
        CopySourceIfModifiedSince: datetime.datetime = ...,
        CopySourceIfNoneMatch: str = ...,
        CopySourceIfUnmodifiedSince: datetime.datetime = ...,
        Expires: datetime.datetime = ...,
        GrantFullControl: str = ...,
        GrantRead: str = ...,
        GrantReadACP: str = ...,
        GrantWriteACP: str = ...,
        Metadata: Dict[str, str] = ...,
        MetadataDirective: str = ...,
        TaggingDirective: str = ...,
        ServerSideEncryption: str = ...,
        StorageClass: str = ...,
        WebsiteRedirectLocation: str = ...,
        SSECustomerAlgorithm: str = ...,
        SSECustomerKey: str = ...,
        SSECustomerKeyMD5: str = ...,
        SSEKMSKeyId: str = ...,
        CopySourceSSECustomerAlgorithm: str = ...,
        CopySourceSSECustomerKey: str = ...,
        CopySourceSSECustomerKeyMD5: str = ...,
        RequestPayer: str = ...,
        Tagging: str = ...,
        ObjectLockMode: str = ...,
        ObjectLockRetainUntilDate: datetime.datetime = ...,
        ObjectLockLegalHoldStatus: str = ...