deleteJobTagging
inline suspend fun S3ControlClient.deleteJobTagging(crossinline block: DeleteJobTaggingRequest.Builder.() -> Unit): DeleteJobTaggingResponse
Removes the entire tag set from the specified S3 Batch Operations job.
Permissions
To use the DeleteJobTagging
operation, you must have permission to perform the s3:DeleteJobTagging
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
.