paws.storage (version 0.1.0)

s3_delete_bucket_policy: Deletes the policy from the bucket

Description

Deletes the policy from the bucket.

Usage

s3_delete_bucket_policy(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$delete_bucket_policy(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example deletes bucket policy on the specified bucket.
# }
# NOT RUN {
svc$delete_bucket_policy(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab