Revision e46b2bcf snf-pithos-backend/pithos/backends/base.py

b/snf-pithos-backend/pithos/backends/base.py
280 280
        """
281 281
        return
282 282
    
283
    def put_container(self, user, account, container, policy={}):
283
    def put_container(self, user, account, container, policy={}, delimiter=None):
284 284
        """Create a new container with the given name.
285 285
        
286
        Parameters:
287
            'delimiter': If present deletes container contents instead of the container
288
        
286 289
        Raises:
287 290
            NotAllowedError: Operation not permitted
288 291
            

Also available in: Unified diff