Skip to content

fix: empty chunks not being uploaded correctly with GCP

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

OpenVDS has to be able to upload empty chunks. It is part of the VDS data specification that empty chunks exists as an object on cloud storage. Currently the code for GCP can not upload it because the http_request code assumes it is a file and not a data chunk with a header and footer.

Merge request reports