rgw: Make ARNs libfmt-able

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
This commit is contained in:
Adam C. Emerson 2026-02-25 10:31:53 -05:00
parent e885b11c1c
commit 05d82dab5f
No known key found for this signature in database

View File

@ -5,6 +5,8 @@
#include <string>
#include <boost/optional.hpp>
#include <fmt/ostream.h>
class rgw_obj;
class rgw_bucket;
@ -119,3 +121,4 @@ struct hash<::rgw::Service> {
};
} // namespace std
template <> struct fmt::formatter<rgw::ARN> : ostream_formatter {};