paws.storage (version 0.1.0)

s3_get_bucket_policy_status: Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public

Description

Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.

Usage

s3_get_bucket_policy_status(Bucket)

Arguments

Bucket

[required] The name of the Amazon S3 bucket whose policy status you want to retrieve.

Request syntax

svc$get_bucket_policy_status(
  Bucket = "string"
)