s3tables_list_table_buckets {paws.storage} | R Documentation |
Lists table buckets for your account
Description
Lists table buckets for your account. For more information, see S3 Table buckets in the Amazon Simple Storage Service User Guide.
See https://www.paws-r-sdk.com/docs/s3tables_list_table_buckets/ for full documentation.
Usage
s3tables_list_table_buckets(
prefix = NULL,
continuationToken = NULL,
maxBuckets = NULL
)
Arguments
prefix |
The prefix of the table buckets. |
continuationToken |
|
maxBuckets |
The maximum number of table buckets to return in the list. |
[Package paws.storage version 0.9.0 Index]