getJobTagging
inline suspend fun S3ControlClient.getJobTagging(crossinline block: GetJobTaggingRequest.Builder.() -> Unit): GetJobTaggingResponse
Returns the tags on an S3 Batch Operations job.
Permissions
To use the GetJobTagging
operation, you must have permission to perform the s3:GetJobTagging
action. For more information, see Controlling access and labeling jobs using tags in the Amazon S3 User Guide.
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
.