Open
Description
Describe the feature
I would like the lib-storage library to support the resumable upload feature. I went through the source code and found that it can be achieved by simply adding a conditional check. As shown below:
// https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/src/Upload.ts#L236
if (this.uploadedParts.find(item => item.PartNumber === dataPart.partNumber)) {
continue;
}
Can someone help to submit a pull request (PR)? Thank you~
Use Case
I would like the lib-storage library to support the resumable upload feature.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
3.731.1
Environment details (OS name and version, etc.)
Browser