diff options
Diffstat (limited to 'src/rgw/rgw_op.h')
-rw-r--r-- | src/rgw/rgw_op.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_op.h b/src/rgw/rgw_op.h index b3a78846cda..276690de256 100644 --- a/src/rgw/rgw_op.h +++ b/src/rgw/rgw_op.h @@ -220,6 +220,7 @@ class RGWCreateBucket : public RGWOp { protected: int ret; RGWAccessControlPolicy policy; + string preferred_placement; public: RGWCreateBucket() : ret(0) {} |