// master request will replicate the topic creation.
if (!driver->is_meta_master()) {
op_ret = rgw_forward_request_to_master(
- this, *s->penv.site, s->user->get_id(), &bl_post_body, nullptr, s->info, y);
+ this, *s->penv.site, s->owner.id, &bl_post_body, nullptr, s->info, y);
if (op_ret < 0) {
ldpp_dout(this, 4)
<< "CreateTopic forward_request_to_master returned ret = " << op_ret
void RGWPSSetTopicAttributesOp::execute(optional_yield y) {
if (!driver->is_meta_master()) {
op_ret = rgw_forward_request_to_master(
- this, *s->penv.site, s->user->get_id(), &bl_post_body, nullptr, s->info, y);
+ this, *s->penv.site, s->owner.id, &bl_post_body, nullptr, s->info, y);
if (op_ret < 0) {
ldpp_dout(this, 4)
<< "SetTopicAttributes forward_request_to_master returned ret = "
void RGWPSDeleteTopicOp::execute(optional_yield y) {
if (!driver->is_meta_master()) {
op_ret = rgw_forward_request_to_master(
- this, *s->penv.site, s->user->get_id(), &bl_post_body, nullptr, s->info, y);
+ this, *s->penv.site, s->owner.id, &bl_post_body, nullptr, s->info, y);
if (op_ret < 0) {
ldpp_dout(this, 1)
<< "DeleteTopic forward_request_to_master returned ret = " << op_ret
void RGWPSCreateNotifOp::execute(optional_yield y) {
if (!driver->is_meta_master()) {
op_ret = rgw_forward_request_to_master(
- this, *s->penv.site, s->user->get_id(), &data, nullptr, s->info, y);
+ this, *s->penv.site, s->owner.id, &data, nullptr, s->info, y);
if (op_ret < 0) {
ldpp_dout(this, 4) << "CreateBucketNotification "
"forward_request_to_master returned ret = "
if (!driver->is_meta_master()) {
bufferlist indata;
op_ret = rgw_forward_request_to_master(
- this, *s->penv.site, s->user->get_id(), &indata, nullptr, s->info, y);
+ this, *s->penv.site, s->owner.id, &indata, nullptr, s->info, y);
if (op_ret < 0) {
ldpp_dout(this, 4) << "DeleteBucketNotification "
"forward_request_to_master returned error ret= "