X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/5e0683618eb79b703238c4a24073aa0fd2882f4c..e809b989fbf8f357b9bf44045ee8e33418b48489:/pithos/backends/base.py diff --git a/pithos/backends/base.py b/pithos/backends/base.py index daf789d..49b3d37 100644 --- a/pithos/backends/base.py +++ b/pithos/backends/base.py @@ -395,11 +395,6 @@ class BaseBackend(object): NameError: Container/object does not exist ValueError: Invalid users/groups in permissions - - AttributeError: Can not set permissions, as this object - is already shared/private by another object higher - in the hierarchy, or setting permissions here will - invalidate other permissions deeper in the hierarchy """ return @@ -457,8 +452,6 @@ class BaseBackend(object): ValueError: Invalid users/groups in permissions - AttributeError: Can not set permissions - QuotaError: Account or container quota exceeded """ return '' @@ -486,8 +479,6 @@ class BaseBackend(object): ValueError: Invalid users/groups in permissions - AttributeError: Can not set permissions - QuotaError: Account or container quota exceeded """ return '' @@ -511,8 +502,6 @@ class BaseBackend(object): ValueError: Invalid users/groups in permissions - AttributeError: Can not set permissions - QuotaError: Account or container quota exceeded """ return ''