s3_put_bucket_intelligent_tiering_configuration: Puts a S3 Intelligent-Tiering configuration to the specified...

View source: R/s3_operations.R

s3_put_bucket_intelligent_tiering_configurationR Documentation

Puts a S3 Intelligent-Tiering configuration to the specified bucket

Description

Puts a S3 Intelligent-Tiering configuration to the specified bucket. You can have up to 1,000 S3 Intelligent-Tiering configurations per bucket.

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

Usage

s3_put_bucket_intelligent_tiering_configuration(
  Bucket,
  Id,
  IntelligentTieringConfiguration
)

Arguments

Bucket

[required] The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.

Id

[required] The ID used to identify the S3 Intelligent-Tiering configuration.

IntelligentTieringConfiguration

[required] Container for S3 Intelligent-Tiering configuration.


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