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

allow store to use http query params in requests #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

om26er
Copy link

@om26er om26er commented Dec 3, 2022

The chunk store does not pass http query params when downloading chunks, this means if a URL is protected desync won't be able to download and hence fail. This PR fixes that and I have verified the change actually does work with Cloudfront's presigned URLs

@om26er
Copy link
Author

om26er commented Dec 5, 2022

@folbricht what do you think about this ?

@folbricht
Copy link
Owner

This basically preserves any query parameters given in the store URL (for HTTP stores and index stores). This seems safe to do. Would you be able to add a section in the README.md describing how to use signed URLs with a simple example?

@om26er
Copy link
Author

om26er commented Dec 14, 2022

Sure, I will add something during the weekend

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

Successfully merging this pull request may close these issues.

None yet

2 participants