Skip to content

Commit

Permalink
fix: skip uploaded part
Browse files Browse the repository at this point in the history
  • Loading branch information
rainke authored Nov 11, 2024
1 parent 40724aa commit 3e88812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ export class TypedClient {
uploadId = previousUploadId
const oldTags = await this.listParts(bucketName, objectName, previousUploadId)
oldTags.forEach((e) => {
oldTags[e.part] = e
oldParts[e.part] = e
})
}

Expand Down

0 comments on commit 3e88812

Please sign in to comment.