s3_put_bucket_analytics_configuration: Sets an analytics configuration for the bucket (specified by...

View source: R/s3_operations.R

s3_put_bucket_analytics_configurationR Documentation

Sets an analytics configuration for the bucket (specified by the analytics configuration ID)

Description

Sets an analytics configuration for the bucket (specified by the analytics configuration ID). You can have up to 1,000 analytics configurations per bucket.

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

Usage

s3_put_bucket_analytics_configuration(
  Bucket,
  Id,
  AnalyticsConfiguration,
  ExpectedBucketOwner = NULL
)

Arguments

Bucket

[required] The name of the bucket to which an analytics configuration is stored.

Id

[required] The ID that identifies the analytics configuration.

AnalyticsConfiguration

[required] The configuration and any analyses for the analytics filter.

ExpectedBucketOwner

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).


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