You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Running with the starter-kit-storage-and-interfaces demo docker compose we can find start and end coordinate combinations that return too much from the files endpoint (the same is also true in the s3 endpoint). This is using the s3 backend storage.
In the first example below, we get the correct number of bytes and in the second we get too many, even though start coordinate only increased by 10. And then increasing startCoordinate by another 10 it returns correct number of bytes again. It is not that it returns a lot when too big range is requested, it more seems to be where in the file the request is made.
Running with the starter-kit-storage-and-interfaces demo docker compose we can find start and end coordinate combinations that return too much from the files endpoint (the same is also true in the s3 endpoint). This is using the s3 backend storage.
In the first example below, we get the correct number of bytes and in the second we get too many, even though start coordinate only increased by 10. And then increasing startCoordinate by another 10 it returns correct number of bytes again. It is not that it returns a lot when too big range is requested, it more seems to be where in the file the request is made.
The text was updated successfully, but these errors were encountered: