Revision 2560c061 snf-pithos-backend/pithos/backends/modular.py

b/snf-pithos-backend/pithos/backends/modular.py
1947 1947
        if user != account:
1948 1948
            raise NotAllowedError
1949 1949

  
1950
    def can_write_container(self, user, account, container):
1951
        return self._can_write_container(user, account, container)
1952

  
1950 1953
    @check_allowed_paths(action=0)
1951 1954
    def _can_read_object(self, user, account, container, name):
1952 1955
        if user == account:

Also available in: Unified diff