s3control_list_regional_buckets: Returns a list of all Outposts buckets in an Outpost that are...

View source: R/s3control_operations.R

s3control_list_regional_bucketsR Documentation

Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated sender of the request

Description

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.

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

Usage

s3control_list_regional_buckets(
  AccountId,
  NextToken = NULL,
  MaxResults = NULL,
  OutpostId = NULL
)

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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.