List Regional Buckets
s3control_list_regional_buckets | R Documentation |
This operation is not supported by directory buckets¶
Description¶
This operation is not supported by directory buckets.
Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request. For more information, see Using Amazon S3 on Outposts in the Amazon S3 User Guide.
For an example of the request syntax for Amazon S3 on Outposts that uses
the S3 on Outposts endpoint hostname prefix and x-amz-outpost-id
in
your request, see the
Examples
section.
Usage¶
Arguments¶
AccountId
[required] The Amazon Web Services account ID of the Outposts bucket.
NextToken
MaxResults
OutpostId
The ID of the Outposts resource.
This ID is required by Amazon S3 on Outposts buckets.
Value¶
A list with the following syntax:
list(
RegionalBucketList = list(
list(
Bucket = "string",
BucketArn = "string",
PublicAccessBlockEnabled = TRUE|FALSE,
CreationDate = as.POSIXct(
"2015-01-01"
),
OutpostId = "string"
)
),
NextToken = "string"
)
Request syntax¶
svc$list_regional_buckets(
AccountId = "string",
NextToken = "string",
MaxResults = 123,
OutpostId = "string"
)