From: Robin H. Johnson Date: Sun, 19 Jan 2014 01:49:06 +0000 (-0800) Subject: rgw: Document fields for access/secret key X-Git-Tag: v0.77~17^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6dcf462c51d3e27f4a944bc21d31b485dbda51da;p=ceph.git rgw: Document fields for access/secret key The field name mapping for access vs secret key is not clear, this helped in debugging. Signed-off-by: Robin H. Johnson --- diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index aa7c671b2c10..d324d39588ef 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -326,8 +326,8 @@ class RGWAccessControlPolicy; class JSONObj; struct RGWAccessKey { - string id; - string key; + string id; // AccessKey + string key; // SecretKey string subuser; RGWAccessKey() {}