AWS.S3.TS3BucketEndpoint.Create

Constructor for TS3BucketEndpoint.

constructor Create(const ABucket: string; const ARegion: string = 'global');
__fastcall TS3BucketEndpoint(const AnsiString ABucket, 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 ARegion: string = 'global'
The endpoint's region.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.