"ExposeHeaders": ["ETag"]
ETag: Absolutely vital. The ETag is used to verify the integrity of the uploaded file. If you don't expose it, your JavaScript won't be able to confirm successful uploads, and you may have issues with chunked uploads.
Just add the ETag in the above posted structure for CORS (S3 bucket CORS). Fixed my issue.