paws.storage (version 0.1.0)

s3_list_buckets: Returns a list of all buckets owned by the authenticated sender of the request

Description

Returns a list of all buckets owned by the authenticated sender of the request.

Usage

s3_list_buckets()

Arguments

Examples

Run this code
# NOT RUN {
# The following example return versions of an object with specific key
# name prefix. The request limits the number of items returned to two. If
# there are are more than two object version, S3 returns NextToken in the
# response. You can specify this token value in your next request to fetch
# next set of object versions.
# }
# NOT RUN {
svc$list_buckets()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab