more complete admin API #298

Merged
lx merged 48 commits from admin-api into main 2022-05-24 10:16:40 +00:00
Showing only changes of commit be59cafd47 - Show all commits

View file

@ -296,7 +296,7 @@ pub async fn handle_create_bucket(
allow_read: la.allow.read,
allow_write: la.allow.write,
allow_owner: la.allow.owner,
}
},
)
.await?;
}