Skip to content

fix: aws make the upload stream seekable

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

This is needed inside the aws cpp sdk as they default to hashing the data if the connection is http. This results in itterating over the data twice. This has worked so far because of retires. We made a similar fix in OpenVDS.

Merge request reports