ems-project / elasticms

ElasticMS's monorepo
MIT License
3 stars 8 forks source link

fix(common/storage): S3StreamPromise read #924

Closed theus77 closed 1 month ago

theus77 commented 1 month ago
Q A
Bug fix? y
New feature? n
BC breaks? n
Deprecations? n
Fixed tickets? n
Documentation? n

The default S3 StreamWrapper need tmp space, as big as the file, to be able to seek. As the range values are not known in the getStream we can't just return the Stream from the getObject.