listAccessGrantsLocations
inline suspend fun S3ControlClient.listAccessGrantsLocations(crossinline block: ListAccessGrantsLocationsRequest.Builder.() -> Unit): ListAccessGrantsLocationsResponse
Returns a list of the locations registered in your S3 Access Grants instance.
Permissions
You must have the s3:ListAccessGrantsLocations permission to use this operation.
You must URL encode any signed header values that contain spaces. For example, if your header value is my file.txt, containing two spaces after my, you must URL encode this value to my%20%20file.txt.