Skip to content

Instantly share code, notes, and snippets.

Created September 15, 2014 13:14
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 anonymous/d9ff688c4e65e2e70a6e to your computer and use it in GitHub Desktop.
Save anonymous/d9ff688c4e65e2e70a6e to your computer and use it in GitHub Desktop.
{
"bulk_delete": {
"max_failed_deletes": 1000,
"max_deletes_per_request": 10000
},
"container_quotas": {},
"tempurl": {
"methods": [
"GET",
"HEAD",
"PUT"
]
},
"bulk_upload": {
"max_failed_extractions": 1000,
"max_containers_per_extraction": 10000
},
"ratelimit": {},
"slo": {
"max_manifest_segments": 1000,
"min_segment_size": 1048576,
"max_manifest_size": 2097152
},
"account_quotas": {},
"keystoneauth": {},
"swift": {
"max_file_size": 5368709122,
"account_listing_limit": 10000,
"max_meta_count": 90,
"max_meta_value_length": 256,
"container_listing_limit": 10000,
"version": "2014.1",
"max_meta_name_length": 128,
"max_object_name_length": 1024,
"max_account_name_length": 256,
"strict_cors_mode": true,
"max_container_name_length": 256
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment