Skip to content

erp5storage: blob and range support in getAttachment and bulk sync with remote modification

Klaus Wölfel requested to merge wendelin into master

@romain @iv Adds to erp5storage getAttachment support for streaming / getting slices of data with start and end parameters using http range reques. Implements checkBulkSignatureDifference in erp5storage to allow bulk synchronisation when check_remote_modification is enabled.

Merge request reports