Skip to content

Resumable upload feature #6832

Open
Open
@VobileLiuZhiwu

Description

@VobileLiuZhiwu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestNew feature or enhancement. May require GitHub community feedback.p2This is a standard priority issuequeuedThis issues is on the AWS team's backlog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions