Add --json support to `swift stat`
Bug #2083948 reported by
Tim Burke
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
We already have --json support for listings; it'd be nice if `swift stat cont obj --json` would give you output like
{
"account": "AUTH_test",
"container": "cont",
"object": "obj",
"url": "http://
"content_length": "1294",
"content_type": "application/
"etag": "\"8b8f20953ad8
"user_meta": {
"mtime": "1727115776.103367"
},
"other_headers": {
"last-
"x-timestamp": "1728401152.02885",
"accept-
"x-trans-id": "tx923a4ef8ad73
"x-
}
}
To post a comment you must log in.