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

rgw: add support for system requests over Swift API #7666

Merged
merged 3 commits into from Feb 18, 2016

Conversation

rzarzynski
Copy link
Contributor

No description provided.

Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
string RGWHTTPArgs::sys_get(const char * const name, bool * const exists)
{
return sys_get(string(name), exists);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this overload necessary? you should be able to pass const char* to a function that takes const string& already

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Removed the overload as well as RGWHTTPArgs::get(const char *name, bool *exists).

Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
yehudasa added a commit that referenced this pull request Feb 18, 2016
rgw: add support for system requests over Swift API

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
@yehudasa yehudasa merged commit 210b075 into ceph:master Feb 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants