pub fn compress_buf(data: &[u8], c: Compression) -> Result<Vec<u8>, FaucetError>Expand description
One-shot in-memory compression. Used by S3 and GCS sinks that build a full
Vec<u8> body before upload.
pub fn compress_buf(data: &[u8], c: Compression) -> Result<Vec<u8>, FaucetError>One-shot in-memory compression. Used by S3 and GCS sinks that build a full
Vec<u8> body before upload.