destinationIfMatch
Renames the object only if the ETag (entity tag) value provided during the operation matches the ETag of the object in S3. The If-Match
header field makes the request method conditional on ETags. If the ETag values do not match, the operation returns a 412 Precondition Failed
error.
Expects the ETag value as a string.