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.
s3_delete_bucket_lifecycle(Bucket, ExpectedBucketOwner = NULL)
[required] The bucket name of the lifecycle to delete.
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).