From: Abhishek Lekshmanan Date: Wed, 16 Aug 2017 12:04:44 +0000 (+0200) Subject: rgw_op: add iam action as RGWOp member X-Git-Tag: v13.0.2~246^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=acde64c24ae94d2331918adbf77ae088da31b917;p=ceph.git rgw_op: add iam action as RGWOp member This commit adds iam_action as a member of RGWOp class which allows for reusing this later when object policies are to be evaluated Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index 50fbb6865f48..a2368d5750bb 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -115,7 +115,7 @@ protected: RGWQuotaInfo bucket_quota; RGWQuotaInfo user_quota; int op_ret; - + std::uint64_t iam_action; int do_aws4_auth_completion(); virtual int init_quota();