Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect .ovr file detection with presigned URLs #91

Open
drnextgis opened this issue Sep 11, 2024 · 0 comments
Open

Incorrect .ovr file detection with presigned URLs #91

drnextgis opened this issue Sep 11, 2024 · 0 comments

Comments

@drnextgis
Copy link

I've encountered an issue while using STAC Browser. The method for discovering .ovr files is quite simplistic and fails when dealing with presigned URLs. As a result, georaster generates URLs like this:

https://.../analytic.tiff?X-Amz-Signature=db052c40c08fcff9c36746421df18c9a2554b43589d231ebc07e8ae930deaf28.ovr

This appends .ovr to the signature, which obviously doesn't work. I believe .ovr detection should be disabled for presigned URLs, as each file has a unique signature, making it impossible to access the .ovr file using the .tiff file's signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant