multistore 0.6.2

Runtime-agnostic core library for the S3 proxy gateway
Documentation
1
2
3
4
5
6
7
//! S3 API parsing and response serialization.

pub mod delete;
pub mod list;
pub mod list_rewrite;
pub mod request;
pub mod response;