-
Notifications
You must be signed in to change notification settings - Fork 19
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
ft: ZENKO-18: Metadata Proxy Server #462
Conversation
fb21c78
to
c2a5837
Compare
PR has been updated. Reviewers, please be cautious. |
c2a5837
to
1c44407
Compare
PR has been updated. Reviewers, please be cautious. |
// Internal routes | ||
|
||
/** | ||
* Handle routes related to operations on buckets attributes |
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.
on buckets attributes
switch (uriComponents.namespace) { | ||
case adminNamespace: | ||
return this._adminRoutes(req, res, uriComponents, logger); | ||
default: // coincidently matches the `default' literal namespace as well |
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.
Is anything starting with something else than /_/
a default route? (so /default/...
but also /foobar/...
) It's ok for me just wondering.
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.
Yes, that's it
1c44407
to
c975e59
Compare
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
PR has been updated. Reviewers, please be cautious. |
c975e59
to
7c4f32b
Compare
PR has been updated. Reviewers, please be cautious. |
|
7c4f32b
to
5abca4d
Compare
PR has been updated. Reviewers, please be cautious. |
No description provided.