if (blobStoreType.equals("azureblob")) {
// TODO: how to sanity check parts?
for (MultipartPart part : blobStore.listMultipartUpload(mpu)) {
parts.add(part);
}
}
In case of azureblob there is no sanity check of parts to validate if all the parts belonging to same file name are of same uploadId which results in parts from diffrent uploadId for same file / object name getting merged in a single file on complete