Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
virtual const RGWAccessKey& get_system_key() override;
virtual const std::string& get_realm_name() override;
virtual const std::string& get_realm_id() override;
- virtual const std::string& get_tier_type() override { return "fixme"; }
+ virtual const std::string& get_tier_type() override { return "rgw"; }
};
class DBLuaScriptManager : public StoreLuaScriptManager {
virtual const RGWAccessKey& get_system_key() { return zone_params->system_key; }
virtual const std::string& get_realm_name() { return realm->get_name(); }
virtual const std::string& get_realm_id() { return realm->get_id(); }
- virtual const std::string& get_tier_type() { return "fixme"; }
+ virtual const std::string& get_tier_type() { return "rgw"; }
friend class MotrStore;
};