aboutsummaryrefslogblamecommitdiff
path: root/src/api/s3/lib.rs
blob: 83f684f89fea5173e044f707d900e75c19818775 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                     
                   
              





             
              
         
              

                
                
 
               

            
#[macro_use]
extern crate tracing;

pub mod api_server;
pub mod error;

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

mod encryption;
mod router;
pub mod xml;