s3_list_directory_buckets: Returns a list of all Amazon S3 directory buckets owned by...

View source: R/s3_operations.R

s3_list_directory_bucketsR Documentation

Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request

Description

Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request. For more information about directory buckets, see Directory buckets in the Amazon S3 User Guide.

See https://www.paws-r-sdk.com/docs/s3_list_directory_buckets/ for full documentation.

Usage

s3_list_directory_buckets(ContinuationToken = NULL, MaxDirectoryBuckets = NULL)

Arguments

ContinuationToken

ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key. You can use this ContinuationToken for pagination of the list results.

MaxDirectoryBuckets

Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.


paws.storage documentation built on May 29, 2024, 2:03 a.m.