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

presigned URL threshold based on regex or other patterns #61

Open
robes opened this issue Jul 19, 2023 · 0 comments
Open

presigned URL threshold based on regex or other patterns #61

robes opened this issue Jul 19, 2023 · 0 comments

Comments

@robes
Copy link
Contributor

robes commented Jul 19, 2023

We have a use case where hatrac data is serving up gene annotation tracks consumed by the UCSC genome browser (GB). The GB does not follow redirects and so this breaks their client if we threshold simply on file size. What we need is some other mechanism, probably a regex, prefix, or other pattern based method to decide if a fetch request should be redirected to a presigned URL.

This has a high priority for FaceBase because we have track files the size of nearly 2GB so using the size threshold is not very effective for us.

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

No branches or pull requests

1 participant