listAccessPointsForObjectLambda
inline suspend fun S3ControlClient.listAccessPointsForObjectLambda(crossinline block: ListAccessPointsForObjectLambdaRequest.Builder.() -> Unit): ListAccessPointsForObjectLambdaResponse
This operation is not supported by directory buckets.
Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there are more access points than what can be returned in one call, the response will include a continuation token that you can use to list the additional access points.
The following actions are related to ListAccessPointsForObjectLambda
:
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
.