PEP8 style fixes
pithos: Change default container quota policy
Set PITHOS_BACKEND_CONTAINER_QUOTA to 0(to disable by default the container quota check)instead of setting to something big
Refs: #3543
pithos dispatcher: change erroneous import
Change pithos default container policy quota to unlimited
pithos: Change conflict handling in object write
Pithos in case of missing blocks during smart object write(using hashmap) used to raise an api fault with payloadthe list with the missing blocks serialized in json format.
However, the common api_method decorator in case of api fault...
Fix API decorator response Content-Type
Remove check for response Content-Type, since 'django.http.HttpResponse'has always a default Content-Type of 'text/html; charset=utf-8'. Viewsdefining their response 'Content-Type' should set the'override_serialization' attribute of response to 'True'.
pithos: optionally fix unresolved commissions
provide --fix option for the pithos-reconcile-commissions command
Refs: #3594
Fix pithos-usage command help
Refs: #3591
View revisions
Also available in: Atom