Aws sdk s3 to s3 copyObject checksum is null in CopyObjectResponse
When doing a s3 to s3 copy using aws sdk, I want to save the returned checksum from CopyObjectResponse, so that I can use it later to verify if file is modified or not
but checksum value returned is null