AWS.S3.TS3Client.DeleteBucketLifecycle

Delete the Lifecycle configuration for a bucket.

function DeleteBucketLifecycle(const ARequest: IS3DeleteBucketLifecycleRequest): IS3DeleteBucketLifecycleResponse; overload; function DeleteBucketLifecycle(const ABucket: string): IS3DeleteBucketLifecycleResponse; overload;
__fastcall IS3DeleteBucketLifecycleResponse DeleteBucketLifecycle(const IS3DeleteBucketLifecycleRequest ARequest); __fastcall IS3DeleteBucketLifecycleResponse DeleteBucketLifecycle(const AnsiString ABucket);

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: IS3DeleteBucketLifecycleRequest
A DeleteBucketLifecycle request object.
const ABucket: string
The name of the bucket to update.

Response containing DeleteBucketLifecycle results.

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