Description
When we upload a large size file especailly > partSize ( the default is 25M and the limit is 5M accroding to https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html). The getObject operation after uploading returns a result which contains chunck_signature. So this should be handled by componet to strip it or check the integrity of chunck ?