Learn R Programming

paws.storage (version 0.1.3)

s3_list_bucket_analytics_configurations: Lists the analytics configurations for the bucket

Description

Lists the analytics configurations for the bucket.

Usage

s3_list_bucket_analytics_configurations(Bucket, ContinuationToken)

Arguments

Bucket

[required] The name of the bucket from which analytics configurations are retrieved.

ContinuationToken

The ContinuationToken that represents a placeholder from where this request should begin.

Request syntax

svc$list_bucket_analytics_configurations(
  Bucket = "string",
  ContinuationToken = "string"
)