AWS.S3.TS3ObjectEndpoint.Create

Constructor for TS3BucketEndpoint.

constructor Create(const ABucket: string; const AKey: string; const ARegion: string = 'global');
__fastcall TS3ObjectEndpoint(const AnsiString ABucket, const AnsiString AKey, const AnsiString ARegion = 'global');

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ABucket: string
The bucket name of the endpoint.
const AKey: string
The object key of the endpoint.
const ARegion: string = 'global'
The endpoint's region. Defaults to global.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.