mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add multibucket s3 option
This commit is contained in:
parent
bd709e0d53
commit
4ce3d45e64
6 changed files with 34 additions and 3 deletions
|
|
@ -75,6 +75,7 @@ impl Service {
|
|||
pub fn from_type(ty: &str) -> Option<&'static [Self]> {
|
||||
match ty {
|
||||
"s3" => Some(&[Service::ObjectStore(ObjectStore::S3)]),
|
||||
"s3mb" => Some(&[Service::ObjectStore(ObjectStore::S3mb)]),
|
||||
"ldap" => Some(&[Service::LDAP(LDAP), Service::LDAPAdmin(LDAPAdmin)]),
|
||||
"onlyoffice" => Some(&[Service::OnlyOffice(OnlyOffice)]),
|
||||
"push" => Some(&[Service::Push(NotifyPush)]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue