]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Document fields for access/secret key
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 19 Jan 2014 01:49:06 +0000 (17:49 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Sun, 19 Jan 2014 05:30:17 +0000 (21:30 -0800)
The field name mapping for access vs secret key is not clear, this
helped in debugging.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
src/rgw/rgw_common.h

index aa7c671b2c10598c1b7bb92a80cb5c6dd9bb316b..d324d39588ef7242a1c7ed218aa209e03ef1a146 100644 (file)
@@ -326,8 +326,8 @@ class RGWAccessControlPolicy;
 class JSONObj;
 
 struct RGWAccessKey {
-  string id;
-  string key;
+  string id; // AccessKey
+  string key; // SecretKey
   string subuser;
 
   RGWAccessKey() {}