View source: R/s3control_operations.R
s3control_put_bucket_lifecycle_configuration | R Documentation |
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.
s3control_put_bucket_lifecycle_configuration(
AccountId,
Bucket,
LifecycleConfiguration = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.