AWS.S3.TS3ObjectIdentifier.Create

Constructor for TS3ObjectIdentifier.

constructor Create(const AKey: string; const AVersionId: string = '');
__fastcall TS3ObjectIdentifier(const AnsiString AKey, const AnsiString AVersionId = '');

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AKey: string
The object's key.
const AVersionId: string = ''
The object's version identifier.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.