Since it turns out this is a synonym for relative_object_name().
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
}
inline std::string relative_object_name() {
- return full_object_name(false /* omit_bucket */);
- }
-
-
- inline std::string search_prefix() {
return full_object_name(true /* omit_bucket */);
}
// woo
s->user = user;
- prefix = rgw_fh->search_prefix();
+ prefix = rgw_fh->relative_object_name();
if (prefix.length() > 0)
prefix += "/";
delimiter = '/';
// woo
s->user = user;
- prefix = rgw_fh->search_prefix();
+ prefix = rgw_fh->relative_object_name();
if (prefix.length() > 0)
prefix += "/";
prefix += path;