getAccessGrantsInstanceForPrefix
inline suspend fun S3ControlClient.getAccessGrantsInstanceForPrefix(crossinline block: GetAccessGrantsInstanceForPrefixRequest.Builder.() -> Unit): GetAccessGrantsInstanceForPrefixResponse
Retrieve the S3 Access Grants instance that contains a particular prefix.
Permissions
You must have the s3:GetAccessGrantsInstanceForPrefix
permission for the caller account to use this operation.
Additional Permissions
The prefix owner account must grant you the following permissions to their S3 Access Grants instance: s3:GetAccessGrantsInstanceForPrefix
.
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
.