From 6dcf462c51d3e27f4a944bc21d31b485dbda51da Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 18 Jan 2014 17:49:06 -0800 Subject: [PATCH] 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 --- src/rgw/rgw_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index aa7c671b2c1..d324d39588e 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() {} -- 2.47.3