Revision 345dcf39 snf-pithos-backend/pithos/backends/base.py

b/snf-pithos-backend/pithos/backends/base.py
413 413
        return {}
414 414
    
415 415
    def update_object_permissions(self, user, account, container, name, permissions):
416
        """Update the permissions associated with the object.
416
        """Update (set) the permissions associated with the object.
417 417
        
418 418
        Parameters:
419
            'permissions': Dictionary with permissions to update
419
            'permissions': Dictionary with permissions to set
420 420
        
421 421
        Raises:
422 422
            NotAllowedError: Operation not permitted

Also available in: Unified diff