op.mtime(&set_mtime);
op.write_full(data);
- string etag;
- string content_type;
bufferlist acl_bl;
for (map<string, bufferlist>::iterator iter = attrs.begin(); iter != attrs.end(); ++iter) {
index_op.set_bilog_flags(params.bilog_flags);
- string tag;
r = index_op.prepare(CLS_RGW_OP_DEL);
if (r < 0)
return r;
std::string oid, key;
get_obj_bucket_and_oid_loc(obj, bucket, oid, key);
- string tag;
RGWRados::Bucket bop(this, bucket);
RGWRados::Bucket::UpdateIndex index_op(&bop, obj, NULL);
RGWRados::Bucket bop(this, bucket);
RGWRados::Bucket::UpdateIndex index_op(&bop, obj, state);
- string tag;
if (state) {
r = index_op.prepare(CLS_RGW_OP_ADD);
if (r < 0)