Skip to content

Make it possible for IOManagers using curl to convert date format

Jørgen Lind requested to merge feature/jorgen.lind/convertDate into master

The curl backend is using the http response header "last-modified" to call the TransferDownloadHandler::HandleObjectLastWriteTime. However, the cloud provider decides what format last-modified should be in and the HandleObjectLastWriteTime dictates ISO8601. The curl backend therefor needs a converter function given by the cloud specific IOManager implementation.

Merge request reports