mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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