kalisio / kargo

A K8S based solution to build and operate Geospatial Platforms
https://kalisio.github.io/kargo/
MIT License
23 stars 6 forks source link

Range request headers not correctly forwarded to S3 #125

Closed claustres closed 4 years ago

claustres commented 4 years ago

In the S3 plugin we do not forward the range header property as possible - see AWS SDK docs.

claustres commented 4 years ago

Even after forwarding the range header it seems the response does not contain all required information like content length. Could it be required to add it manually as in https://stackoverflow.com/questions/32580631/read-partial-video-file-using-range-from-aws-s3-bucket-in-node ?