Skip to content

Instantly share code, notes, and snippets.

@mgarces
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgarces/c94360c03781fc884bd7 to your computer and use it in GitHub Desktop.
Save mgarces/c94360c03781fc884bd7 to your computer and use it in GitHub Desktop.
radosgw-admin user info --uid=mgarces
{ "user_id": "mgarces",
"display_name": "Marco Garces",
"email": "marco.garces@bci.co.mz",
"suspended": 0,
"max_buckets": 1000,
"auid": 0,
"subusers": [
{ "id": "mgarces:swift",
"permissions": "full-control"}],
"keys": [
{ "user": "mgarces:swift",
"access_key": "AJW2BCBXHFJ1DPXT112O",
"secret_key": ""},
{ "user": "mgarces",
"access_key": "S88Y6ZJRACZG49JFPY83",
"secret_key": "PlubMMjfQecJ5Py46e2kZz5VuUgHgsjLmYZDRdFg"}],
"swift_keys": [
{ "user": "mgarces:swift",
"secret_key": "TtKWhY67ujhjn36\/nhv44A2BVPw5wDi3Sp13YrMM"}],
"caps": [],
"op_mask": "read, write, delete",
"default_placement": "",
"placement_tags": [],
"bucket_quota": { "enabled": false,
"max_size_kb": -1,
"max_objects": -1},
"user_quota": { "enabled": false,
"max_size_kb": -1,
"max_objects": -1},
"temp_url_keys": []}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment