-
Notifications
You must be signed in to change notification settings - Fork 8.1k
move s3 redirects to jekyll redirect_from #15133
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
Conversation
✅ Deploy Preview for docsdocker ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
5e52db5 to
820d9c4
Compare
| - /v1.4/ | ||
| - /v1.5/ | ||
| - /v1.6/ | ||
| - /v1.7/ | ||
| - /v1.8/ | ||
| - /v1.9/ | ||
| - /v1.10/ | ||
| - /v1.10/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure these would work; the current redirects match by prefix (so /v1.4/engine/reference/commandline/cli/ (e.g.) would redirect to /engine/reference/commandline/cli/ etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ohhh that's a very good point, didn't catch that we were using KeyPrefixEquals
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we have to handle that with the lambda edge function I was working on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, we could add some of those I guess; then again, the current ones works, so perhaps no need to spend too much time on that for now
|
carry changes in #15151 using the lambda function instead. |
follow-up #15109
This is in preparation for a follow-up PR to handle redirects directly in our Cloudfront distribution: crazy-max@d44d840
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com