Skip to content

Commit

Permalink
Merge pull request #27991 from smithfarm/wip-39497-luminous
Browse files Browse the repository at this point in the history
luminous: rgw admin: object stat command output's delete_at not readable

Reviewed-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
yuriw committed Jul 22, 2019
2 parents cfe39a4 + c6d3977 commit b69ff9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rgw/rgw_admin.cc
Expand Up @@ -6169,6 +6169,8 @@ int main(int argc, const char **argv)
handled = dump_string("tag", bl, formatter);
} else if (iter->first == RGW_ATTR_ETAG) {
handled = dump_string("etag", bl, formatter);
} else if (iter->first == RGW_ATTR_DELETE_AT) {
handled = decode_dump<utime_t>("delete_at", bl, formatter);
}

if (!handled)
Expand Down

0 comments on commit b69ff9a

Please sign in to comment.