Add OpenStack Swift API Support (#2066)

Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <noreply@github.com>
This commit is contained in:
Senol Colak
2026-03-07 18:11:35 +01:00
committed by GitHub
parent 7c94be4e8c
commit b07383760f
41 changed files with 16973 additions and 7 deletions
+1
View File
@@ -20,6 +20,7 @@ use std::sync::Arc;
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Protocol {
Ftps,
Swift,
}
/// Protocol principal representing an authenticated user