AWS.S3.TS3Object.Create

Constructor for TS3Object.

constructor Create(const ABucket: IS3Bucket; const ANode: IXMLNode; const AClient: IS3Client = nil); overload;
__fastcall TS3Object(const IS3Bucket ABucket, const IXMLNode ANode, 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 ANode: IXMLNode
An Object XML node.
const AClient: IS3Client = nil
An optional pre-configured IS3Client instance for object operations.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.