AWS.S3.TS3Object.Create

Constructor for TS3Object.

constructor Create(const ABucket: IS3Bucket; const AKey: string; const AClient: IS3Client = nil); overload;
__fastcall TS3Object(const IS3Bucket ABucket, const AnsiString AKey, const IS3Client AClient = null);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ABucket: IS3Bucket
An IS3Bucket instance for the object.
const AKey: string
The object's key.
const AClient: IS3Client = nil
An optional pre-configured IS3Client instance for object operations.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.