use resumable uploads to GCS
This commit is contained in:
parent
527040afef
commit
6378676c2d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class GCSStorage {
|
|||
.pipe(
|
||||
this.bucket.file(id).createWriteStream({
|
||||
validation: false,
|
||||
resumable: false
|
||||
resumable: true
|
||||
})
|
||||
)
|
||||
.on('error', reject)
|
||||
|
|
Loading…
Reference in a new issue