AWS.S3.TS3Client.GetBucketEncryption

Fetch the Encryption configuration for a bucket.

function GetBucketEncryption(const ARequest: IS3GetBucketEncryptionRequest): IS3GetBucketEncryptionResponse; overload; function GetBucketEncryption(const ABucket: string): IS3GetBucketEncryptionResponse; overload;
__fastcall IS3GetBucketEncryptionResponse GetBucketEncryption(const IS3GetBucketEncryptionRequest ARequest); __fastcall IS3GetBucketEncryptionResponse GetBucketEncryption(const AnsiString ABucket);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

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

Response containing GetBucketEncryption results.

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