Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created July 23, 2015 00:00
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/4c1ff71bf7129bf29c55 to your computer and use it in GitHub Desktop.
Save notmyname/4c1ff71bf7129bf29c55 to your computer and use it in GitHub Desktop.
{
"bulk_delete": {
"max_deletes_per_request": 10000,
"max_failed_deletes": 1000
},
"bulk_upload": {
"max_containers_per_extraction": 10000,
"max_failed_extractions": 1000
},
"cname_lookup": {},
"container_quotas": {},
"crossdomain": {},
"dlo": {},
"domain_remap": {},
"formpost": {},
"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": true,
"version": "2.2.2"
},
"tempurl": {
"methods": [
"GET",
"HEAD",
"PUT",
"POST",
"DELETE"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment