AWS.S3.TS3Client.GetObjectLockConfiguration

Fetch an object's Object Lock configuration.

function GetObjectLockConfiguration(const ARequest: IS3GetObjectLockConfigurationRequest): IS3GetObjectLockConfigurationResponse; overload; function GetObjectLockConfiguration(const ABucket: string): IS3GetObjectLockConfigurationResponse; overload;
__fastcall IS3GetObjectLockConfigurationResponse GetObjectLockConfiguration(const IS3GetObjectLockConfigurationRequest ARequest); __fastcall IS3GetObjectLockConfigurationResponse GetObjectLockConfiguration(const AnsiString ABucket);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3GetObjectLockConfigurationRequest
A GetObjectLockConfiguration request object.
const ABucket: string
The name of the object's bucket.
AKey
The object's key.

Response containing GetObjectLockConfiguration results.

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