getAccessPointPolicy
inline suspend fun S3ControlClient.getAccessPointPolicy(crossinline block: GetAccessPointPolicyRequest.Builder.() -> Unit): GetAccessPointPolicyResponse
Returns the access point policy associated with the specified access point.
The following actions are related to GetAccessPointPolicy
:
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
.