paws.storage (version 0.1.0)

s3_delete_bucket_website: This operation removes the website configuration from the bucket

Description

This operation removes the website configuration from the bucket.

Usage

s3_delete_bucket_website(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$delete_bucket_website(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example deletes bucket website configuration.
# }
# NOT RUN {
svc$delete_bucket_website(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab