paws.storage (version 0.1.0)

s3control: AWS S3 Control

Description

AWS S3 Control provides access to Amazon S3 control plane operations.

Usage

s3control()

Arguments

Operations

delete_public_access_block Removes the Public Access Block configuration for an Amazon Web Services account
get_public_access_block Retrieves the Public Access Block configuration for an Amazon Web Services account

Examples

Run this code
# NOT RUN {
svc <- s3control()
svc$delete_public_access_block(
  Foo = 123
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab