Skip to content

Multipart upload , parts validation #553

@AkkiSawant

Description

@AkkiSawant

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions