paws.storage (version 0.1.0)

s3_get_bucket_website: Returns the website configuration for a bucket

Description

Returns the website configuration for a bucket.

Usage

s3_get_bucket_website(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$get_bucket_website(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example retrieves website configuration of a bucket.
# }
# NOT RUN {
svc$get_bucket_website(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab