AWS.S3.IS3CompletedMultipartUpload.AddPart

Add a part to the list of completed parts.

function AddPart(const AETag: string; const APartNumber: Integer): IS3CompletedPart;
__fastcall IS3CompletedPart AddPart(const AnsiString AETag, const int APartNumber);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AETag: string
The entity tag for the completed part.
const APartNumber: Integer
The part number for the completed part.

A completed part instance.

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