Skip to content

Commit

Permalink
rgwlc/notifications: also fix etag
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
  • Loading branch information
yuvalif authored and mattbenjamin committed Dec 16, 2022
1 parent b20a667 commit 7c58b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_lc.cc
Expand Up @@ -591,7 +591,7 @@ static int remove_expired_obj(
// send request to notification manager
(void) notify->publish_commit(dpp, obj_state->size,
ceph::real_clock::now(),
obj->get_attrs()[RGW_ATTR_ETAG].to_str(),
obj_state->attrset[RGW_ATTR_ETAG].to_str(),
version_id);
}

Expand Down

0 comments on commit 7c58b2a

Please sign in to comment.