paws.storage (version 0.1.0)

s3_head_bucket: This operation is useful to determine if a bucket exists and you have permission to access it

Description

This operation is useful to determine if a bucket exists and you have permission to access it.

Usage

s3_head_bucket(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$head_bucket(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# This operation checks to see if a bucket exists.
# }
# NOT RUN {
svc$head_bucket(
  Bucket = "acl1"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace