document api crate

This commit is contained in:
Trinity Pointard
2021-03-26 22:32:09 +01:00
committed by Alex Auvolat
parent a2e1617d84
commit 1e3df189d0
8 changed files with 42 additions and 13 deletions
+1
View File
@@ -20,6 +20,7 @@ use crate::s3_get::*;
use crate::s3_list::*;
use crate::s3_put::*;
/// Run the S3 API server
pub async fn run_api_server(
garage: Arc<Garage>,
shutdown_signal: impl Future<Output = ()>,