mirror of
https://github.com/timvisee/send.git
synced 2026-04-27 23:06:22 -04:00
use resumable uploads to GCS
This commit is contained in:
@@ -22,7 +22,7 @@ class GCSStorage {
|
||||
.pipe(
|
||||
this.bucket.file(id).createWriteStream({
|
||||
validation: false,
|
||||
resumable: false
|
||||
resumable: true
|
||||
})
|
||||
)
|
||||
.on('error', reject)
|
||||
|
||||
Reference in New Issue
Block a user