mirror of
https://github.com/ceph/ceph
synced 2024-12-25 04:43:17 +00:00
Merge pull request #8488 from oritwas/wip-15318
rgw: fix problem deleting objects begining with double underscores
This commit is contained in:
commit
77e0a1b753
@ -2995,7 +2995,8 @@ void RGWDeleteObj::execute()
|
||||
return;
|
||||
}
|
||||
|
||||
rgw_obj obj(s->bucket, s->object);
|
||||
rgw_obj obj(s->bucket, s->object.name);
|
||||
obj.set_instance(s->object.instance);
|
||||
map<string, bufferlist> attrs;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user