s3_delete_bucket_lifecycle {paws.storage}R 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 account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code ⁠403 Forbidden⁠ (access denied).

This parameter applies to general purpose buckets only. It is not supported for directory bucket lifecycle configurations.


[Package paws.storage version 0.9.0 Index]