aboutsummaryrefslogtreecommitdiff
path: root/src/api/s3/mod.rs
blob: 3f5c19151fa2f1f71294b7a63659c11629eb4f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod api_server;

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;