Revision 7b40f056 snf-pithos-app/pithos/api/functions.py

b/snf-pithos-app/pithos/api/functions.py
1401 1401
                    'Content length does not match range length')
1402 1402
    if (total is not None
1403 1403
            and (total != size or offset >= size
1404
                 or (length > 0 and offset + length >= size))):
1404
                 or (length > 0 and offset + length > size))):
1405 1405
        raise faults.RangeNotSatisfiable(
1406 1406
            'Supplied range will change provided object limits')
1407 1407

  

Also available in: Unified diff