View source: R/s3control_operations.R
s3control_list_access_grants_locations | R Documentation |
Returns a list of the locations registered in your S3 Access Grants instance.
See https://www.paws-r-sdk.com/docs/s3control_list_access_grants_locations/ for full documentation.
s3control_list_access_grants_locations(
AccountId,
NextToken = NULL,
MaxResults = NULL,
LocationScope = NULL
)
AccountId |
[required] The ID of the Amazon Web Services account that is making this request. |
NextToken |
A pagination token to request the next page of results. Pass this value
into a subsequent |
MaxResults |
The maximum number of access grants that you would like returned in the
|
LocationScope |
The S3 path to the location that you are registering. The location scope
can be the default S3 location |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.