-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels