AWS.S3.IS3UploadPartCopyRequest.CopySourceRange

Specifies the range of bytes to copy from the source object.

property CopySourceRange: string;
__property AnsiString CopySourceRange;

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

You can only copy ranges from objects greater than 5MB in size. The range must be specified in the form bytes=<first>-<last>. For example bytes=0-9 specifies the first 10 bytes of the source.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.