paws.storage (version 0.1.0)

s3_delete_bucket: Deletes the bucket

Description

Deletes the bucket. All objects (including all object versions and Delete Markers) in the bucket must be deleted before the bucket itself can be deleted.

Usage

s3_delete_bucket(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$delete_bucket(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example deletes the specified bucket.
# }
# NOT RUN {
svc$delete_bucket(
  Bucket = "forrandall2"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab