Revision 80d668be snf-pithos-app/pithos/api/functions.py
b/snf-pithos-app/pithos/api/functions.py | ||
---|---|---|
1444 | 1444 |
offset += bytes |
1445 | 1445 |
data = data[bytes:] |
1446 | 1446 |
if len(data) > 0: |
1447 |
put_object_block(request, hashmap, data, offset) |
|
1447 |
bytes = put_object_block(request, hashmap, data, offset) |
|
1448 |
offset += bytes |
|
1448 | 1449 |
|
1449 | 1450 |
if offset > size: |
1450 | 1451 |
size = offset |
Also available in: Unified diff