Skip to content

Commit

Permalink
Merge pull request ceph#50504 from cbodley/wip-59048
Browse files Browse the repository at this point in the history
rgw/s3: DeleteObjects response uses correct delete_marker flag

Reviewed-by: Adam C. Emerson <[email protected]>
  • Loading branch information
cbodley authored Mar 22, 2023
2 parents 389ea16 + 7288cbe commit bd0eee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7040,7 +7040,7 @@ void RGWDeleteMultiObj::handle_individual_object(const rgw_obj_key& o, optional_
op_ret = 0;
}

send_partial_response(o, obj->get_delete_marker(), del_op->result.version_id, op_ret, formatter_flush_cond);
send_partial_response(o, del_op->result.delete_marker, del_op->result.version_id, op_ret, formatter_flush_cond);

// send request to notification manager
int ret = res->publish_commit(this, obj_size, ceph::real_clock::now(), etag, version_id);
Expand Down

0 comments on commit bd0eee3

Please sign in to comment.