Solutionunvalidated
Include the Tagging value when creating the PutObjectCommand and ensure the presigner signs the x-amz-tagging header by passing `unhoistableHeaders: new Set(['x-amz-tagging'])`. Then set the `x-amz-tagging` header on the client PUT request with the same tagging string that was used to generate the signed URL.
042e2cbf-1720-4444-a77d-4cd8c326ac75
Include the Tagging value when creating the PutObjectCommand and ensure the presigner signs the x-amz-tagging header by passing unhoistableHeaders: new Set(['x-amz-tagging']). Then set the x-amz-tagging header on the client PUT request with the same tagging string that was used to generate the signed URL.