AWS.S3.TS3Client.GetBucketAccelerateConfiguration

Fetch the Accelerate configuration for a bucket.

function GetBucketAccelerateConfiguration(const ARequest: IS3GetBucketAccelerateConfigurationRequest): IS3GetBucketAccelerateConfigurationResponse; overload; function GetBucketAccelerateConfiguration(const ABucket: string): IS3GetBucketAccelerateConfigurationResponse; overload;
__fastcall IS3GetBucketAccelerateConfigurationResponse GetBucketAccelerateConfiguration(const IS3GetBucketAccelerateConfigurationRequest ARequest); __fastcall IS3GetBucketAccelerateConfigurationResponse GetBucketAccelerateConfiguration(const AnsiString ABucket);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

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

Response containing GetBucketAccelerateConfiguration results.

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