port fix for #1005 to vnext
This commit is contained in:
parent
4ef303a2c9
commit
b6517c5442
4 changed files with 10 additions and 20 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue