mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
Merge pull request #27781 from theanalyst/rgw-admin-delete-at
rgw: admin: handle delete_at attr in object stat output Reviewed-By: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
b0ecd0a3b7
@ -6435,6 +6435,8 @@ next:
|
||||
handled = dump_string("etag", bl, formatter);
|
||||
} else if (iter->first == RGW_ATTR_COMPRESSION) {
|
||||
handled = decode_dump<RGWCompressionInfo>("compression", bl, formatter);
|
||||
} else if (iter->first == RGW_ATTR_DELETE_AT) {
|
||||
handled = decode_dump<utime_t>("delete_at", bl, formatter);
|
||||
}
|
||||
|
||||
if (!handled)
|
||||
|
Loading…
Reference in New Issue
Block a user