-
Notifications
You must be signed in to change notification settings - Fork 77
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
Signed URL with Cloudfront #104
Comments
Same here. Would be nice that the |
bump, it is almost 2years and the issue still exist |
My main concern is that some of the deployments can rely on existing logic, and it could break signed URLs for those who don't use Cloudfront for the asset host. I'm thinking about introducing |
Perhaps it could be a separate option for now but whenever you're considering a major release bump, it could become the norm? Appreciate it's not big enough thing to warrant a major release now. Major version releases normally come with potential breaking changes so IMHO it's OK when you do eventually come around to it. |
Environment
Expected behavior
I was hoping to use Cloudfront with signed URLs and after configuring it in AWS, I confirmed it just works with both the Cloudfront URL and alternate domain I configured in Cloudfront by just changing the host of the URL generated by waffle/ex_aws:
I expected this to just happen if I was to configure the
asset_host
Is there a better way to do this than add my own wrapper that changes the url?
Actual behavior
Generating a signed URL always returns a S3 URL
The text was updated successfully, but these errors were encountered: