Revision 84846143 pithos/backends/base.py

b/pithos/backends/base.py
176 176
        """
177 177
        return
178 178
    
179
    def delete_container(self, user, account, container):
180
        """Delete the container with the given name.
179
    def delete_container(self, user, account, container, until=None):
180
        """Delete/purge the container with the given name.
181 181
        
182 182
        Raises:
183 183
            NotAllowedError: Operation not permitted
......
359 359
        """
360 360
        return
361 361
    
362
    def delete_object(self, user, account, container, name):
363
        """Delete an object.
362
    def delete_object(self, user, account, container, name, until=None):
363
        """Delete/purge an object.
364 364
        
365 365
        Raises:
366 366
            NotAllowedError: Operation not permitted

Also available in: Unified diff