putAccessPointPolicyForObjectLambda
inline suspend fun S3ControlClient.putAccessPointPolicyForObjectLambda(crossinline block: PutAccessPointPolicyForObjectLambdaRequest.Builder.() -> Unit): PutAccessPointPolicyForObjectLambdaResponse
This operation is not supported by directory buckets.
Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see Creating Object Lambda Access Points in the Amazon S3 User Guide.
The following actions are related to PutAccessPointPolicyForObjectLambda
:
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
.