s3control_put_bucket_lifecycle_configuration: This action puts a lifecycle configuration to an Amazon S3 on...

View source: R/s3control_operations.R

s3control_put_bucket_lifecycle_configurationR Documentation

This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket

Description

This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a lifecycle configuration to an S3 bucket, see put_bucket_lifecycle_configuration in the Amazon S3 API Reference.

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

Usage

s3control_put_bucket_lifecycle_configuration(
  AccountId,
  Bucket,
  LifecycleConfiguration = NULL
)

Arguments

AccountId

[required] The Amazon Web Services account ID of the Outposts bucket.

Bucket

[required] The name of the bucket for which to set the configuration.

LifecycleConfiguration

Container for lifecycle rules. You can add as many as 1,000 rules.


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