mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-25 11:56:50 +00:00
Work on API
This commit is contained in:
+5
-1
@@ -1,10 +1,14 @@
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub mod api_server;
|
||||
pub mod encoding;
|
||||
pub mod http_util;
|
||||
|
||||
pub mod api_server;
|
||||
pub mod signature;
|
||||
|
||||
pub mod s3_copy;
|
||||
pub mod s3_delete;
|
||||
pub mod s3_get;
|
||||
pub mod s3_list;
|
||||
pub mod s3_put;
|
||||
|
||||
Reference in New Issue
Block a user