restapi 1.1.14

A secure-by-default rest api using hyper, tokio, bb8, kafka-threadpool, postgres, and prometheus for monitoring
Documentation
1
2
3
4
5
6
//! APIs for downloading and uploading to the configured S3 endpoint
//!
pub mod s3_download_to_file;
pub mod s3_download_to_memory;
pub mod s3_upload_buffer;
pub mod s3_upload_file;