We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952c5f4 commit 86b8b9fCopy full SHA for 86b8b9f
.changeset/fifty-pianos-hug.md
@@ -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
@@ -75,7 +75,6 @@ export class GCSStore extends DataStore {
75
const file = this.bucket.file(id)
76
const destination = upload.offset === 0 ? file : this.bucket.file(`${id}_patch`)
77
const options = {
78
- offset,
79
metadata: {
80
81
tus_version: TUS_RESUMABLE,
0 commit comments