AWS.S3.TS3Object.Create

Constructor for TS3Object.

constructor Create(const ABucket: string; const AKey: string; const AClient: IS3Client = nil); overload;
__fastcall TS3Object(const AnsiString 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: string
The bucket name 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.