ceph/src/rgw/driver/posix/rgw_sal_posix.cc:37:19: warning: unused variable 'MP_OBJ_PART_FMT' [-Wunused-const-variable]
const std::string MP_OBJ_PART_FMT = "{:0>5}";
^
Signed-off-by: Casey Bodley <cbodley@redhat.com>
#define RGW_POSIX_ATTR_OWNER "POSIX-Owner"
const std::string mp_ns = "multipart";
const std::string MP_OBJ_PART_PFX = "part-";
-const std::string MP_OBJ_PART_FMT = "{:0>5}";
const std::string MP_OBJ_HEAD_NAME = MP_OBJ_PART_PFX + "00000";
static inline bool get_attr(Attrs& attrs, const char* name, bufferlist& bl)