s3_delete_bucket_lifecycle: Deletes the lifecycle configuration from the specified bucket

View source: R/s3_operations.R

s3_delete_bucket_lifecycleR Documentation

Deletes the lifecycle configuration from the specified bucket

Description

Deletes the lifecycle configuration from the specified bucket. Amazon S3 removes all the lifecycle configuration rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Amazon S3 no longer automatically deletes any objects on the basis of rules contained in the deleted lifecycle configuration.

See https://www.paws-r-sdk.com/docs/s3_delete_bucket_lifecycle/ for full documentation.

Usage

s3_delete_bucket_lifecycle(Bucket, ExpectedBucketOwner = NULL)

Arguments

Bucket

[required] The bucket name of the lifecycle to delete.

ExpectedBucketOwner

The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code ⁠403 Forbidden⁠ (access denied).


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.