Skip to content

Commit 86b8b9f

Browse files
authored
@tus/gcs-store: fix multichunk uploads (#612)
1 parent 952c5f4 commit 86b8b9f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/fifty-pianos-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tus/gcs-store': patch
3+
---
4+
5+
Fix CRC32 error when writing offsetted data to store

packages/gcs-store/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export class GCSStore extends DataStore {
7575
const file = this.bucket.file(id)
7676
const destination = upload.offset === 0 ? file : this.bucket.file(`${id}_patch`)
7777
const options = {
78-
offset,
7978
metadata: {
8079
metadata: {
8180
tus_version: TUS_RESUMABLE,

0 commit comments

Comments
 (0)