aboutsummaryrefslogtreecommitdiff
path: root/src/garage/tests/lib.rs
blob: 8799c3959c65d7e7d8d07e4a20adbf8e3b337ebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#[macro_use]
mod common;

mod admin;
mod bucket;
mod list;
mod multipart;
mod objects;
mod simple;
mod streaming_signature;
mod website;