paws.storage (version 0.1.0)

s3_get_bucket_tagging: Returns the tag set associated with the bucket

Description

Returns the tag set associated with the bucket.

Usage

s3_get_bucket_tagging(Bucket)

Arguments

Bucket

[required]

Request syntax

svc$get_bucket_tagging(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns tag set associated with a bucket
# }
# NOT RUN {
svc$get_bucket_tagging(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab