AWS.S3.TS3Client.GetBucketLocation

Fetch the location of a bucket.

function GetBucketLocation(const ARequest: IS3GetBucketLocationRequest): IS3GetBucketLocationResponse; overload; function GetBucketLocation(const ABucket: string): IS3GetBucketLocationResponse; overload;
__fastcall IS3GetBucketLocationResponse GetBucketLocation(const IS3GetBucketLocationRequest ARequest); __fastcall IS3GetBucketLocationResponse GetBucketLocation(const AnsiString ABucket);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3GetBucketLocationRequest
A GetBucketLocation request object.
const ABucket: string
The name of the bucket.

Response containing GetBucketLocation results.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.