getPublicAccessBlock
inline suspend fun S3ControlClient.getPublicAccessBlock(crossinline block: GetPublicAccessBlockRequest.Builder.() -> Unit): GetPublicAccessBlockResponse
This operation is not supported by directory buckets.
Retrieves the PublicAccessBlock
configuration for an Amazon Web Services account. For more information, see Using Amazon S3 block public access.
Related actions include:
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
.