op_ret = processor->complete(state->obj_size, etag, &mtime, real_time(), attrs,
(delete_at ? *delete_at : real_time()),
if_match, if_nomatch, nullptr, nullptr, nullptr,
- rctx, true);
+ rctx, rgw::sal::FLAG_LOG_OP);
if (op_ret != 0) {
/* revert attr updates */
rgw_fh->set_mtime(omtime);
&if_match, &if_nomatch,
&user_data,
&zones_trace, &canceled,
- rctx, true);
+ rctx, rgw::sal::FLAG_LOG_OP);
return ret;
}
&if_match, &if_nomatch,
&user_data,
&zones_trace, &canceled,
- rctx, true), 0);
+ rctx, rgw::sal::FLAG_LOG_OP), 0);
unique_ptr<rgw::sal::Object> testObject_copy = testBucket->get_object(rgw_obj_key("test_object_copy"));
&if_match, &if_nomatch,
&user_data,
&zones_trace, &canceled,
- rctx, true), 0);
+ rctx, rgw::sal::FLAG_LOG_OP), 0);
unique_ptr<rgw::sal::Object> testObject_copy = testBucket->get_object(rgw_obj_key("test_object_copy"));
&if_match, &if_nomatch,
&user_data,
&zones_trace, &canceled,
- rctx, true), 0);
+ rctx, rgw::sal::FLAG_LOG_OP), 0);
client.hget("rgw-object:test_object_DataCheck:cache", "data", [&data](cpp_redis::reply& reply) {
if (reply.is_string()) {
&if_match, &if_nomatch,
&user_data,
&zones_trace, &canceled,
- rctx, true), 0);
+ rctx, rgw::sal::FLAG_LOG_OP), 0);
client.hget("rgw-object:test_object_DataCheck:cache", "data", [&dataNew](cpp_redis::reply& reply) {
if (reply.is_string()) {