Skip to content

Commit

Permalink
fix: skip uploaded part (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainke authored Dec 18, 2024
1 parent dec8b51 commit 316ce91
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 @@ -1720,7 +1720,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 316ce91

Please sign in to comment.