aboutsummaryrefslogblamecommitdiff
path: root/src/api/s3/mod.rs
blob: 7b56d4d85e6a7f73d471d62c0e7b5d7b03733d5f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                   
              












                
pub mod api_server;
pub mod error;

mod bucket;
mod copy;
pub mod cors;
mod delete;
pub mod get;
mod list;
mod post_object;
mod put;
mod website;

mod router;
pub mod xml;