Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created October 31, 2014 16:02
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 notmyname/b9d3c5ef12ef7ea7aaed to your computer and use it in GitHub Desktop.
Save notmyname/b9d3c5ef12ef7ea7aaed to your computer and use it in GitHub Desktop.
john  europa  ~  $  curl https://storage101.dfw1.clouddrive.com/info | python -m json.tool
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1156 100 1156 0 0 2636 0 --:--:-- --:--:-- --:--:-- 2633
{
"bulk_delete": {
"max_deletes_per_request": 10000,
"max_failed_deletes": 1000
},
"bulk_upload": {
"max_containers_per_extraction": 10000,
"max_failed_extractions": 1000
},
"container_quotas": {},
"container_sync": {
"realms": {
"RACKSPACE": {
"clusters": {
"DFW1": {},
"HKG1": {},
"IAD3": {},
"ORD1": {},
"SYD2": {}
}
}
}
},
"formpost": {},
"ratelimit": {
"account_ratelimit": 100.0,
"container_listing_ratelimits": [],
"container_ratelimits": [
[
0,
100.0
]
],
"max_sleep_time_seconds": 60.0
},
"slo": {
"max_manifest_segments": 1000,
"max_manifest_size": 2097152,
"min_segment_size": 1048576
},
"staticweb": {},
"swift": {
"account_autocreate": true,
"account_listing_limit": 10000,
"allow_account_management": false,
"container_listing_limit": 10000,
"max_account_name_length": 256,
"max_container_name_length": 256,
"max_file_size": 5368709122,
"max_header_size": 8192,
"max_meta_count": 90,
"max_meta_name_length": 128,
"max_meta_overall_size": 4096,
"max_meta_value_length": 256,
"max_object_name_length": 1024,
"policies": [
{
"default": true,
"name": "Policy-0"
}
],
"strict_cors_mode": false,
"version": "2.1.0"
},
"tempurl": {
"methods": [
"GET",
"HEAD",
"PUT",
"DELETE"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment