Revision a6eb13e9 pithos/backends/base.py

b/pithos/backends/base.py
39 39
    
40 40
    Note that the account level is always valid as it is checked from another subsystem.
41 41
    
42
    When not replacing metadata, keys with empty values should be deleted.
43
    
42 44
    The following variables should be available:
43 45
        'hash_algorithm': Suggested is 'sha256'
44 46
        'block_size': Suggested is 4MB
......
174 176
        """Update the metadata associated with the object.
175 177
        
176 178
        Parameters:
177
            'meta': Dictionary with metadata to update.
179
            'meta': Dictionary with metadata to update
178 180
            'replace': Replace instead of update
179 181
        
180 182
        Raises:

Also available in: Unified diff