AWS.S3.TS3Client.GetBucketLogging

Fetch the Logging configuration for a bucket.

function GetBucketLogging(const ARequest: IS3GetBucketLoggingRequest): IS3GetBucketLoggingResponse; overload; function GetBucketLogging(const ABucket: string): IS3GetBucketLoggingResponse; overload;
__fastcall IS3GetBucketLoggingResponse GetBucketLogging(const IS3GetBucketLoggingRequest ARequest); __fastcall IS3GetBucketLoggingResponse GetBucketLogging(const AnsiString ABucket);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

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

Response containing GetBucketLogging results.

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