mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
port fix for #1005 to vnext
This commit is contained in:
@@ -13,7 +13,7 @@ class GCSStorage {
|
||||
}
|
||||
|
||||
getStream(id) {
|
||||
return this.bucket.file(id).createReadStream();
|
||||
return this.bucket.file(id).createReadStream({ validation: false });
|
||||
}
|
||||
|
||||
set(id, file) {
|
||||
|
||||
Reference in New Issue
Block a user