Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Resumable upload feature #6832

Open
Open
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback. p2This is a standard priority issue queuedThis issues is on the AWS team's backlog
@VobileLiuZhiwu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestNew feature or enhancement. May require GitHub community feedback. p2This is a standard priority issue queuedThis 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

        AltStyle によって変換されたページ (->オリジナル) /