wip: proxy admin api requests through admin rpc, prepare new cli

This commit is contained in:
Alex Auvolat
2025-01-30 10:44:08 +01:00
parent 6ed78abb5c
commit 145130481e
6 changed files with 194 additions and 78 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ impl From<HelperError> for Error {
impl CommonErrorDerivative for Error {}
impl Error {
fn code(&self) -> &'static str {
pub fn code(&self) -> &'static str {
match self {
Error::Common(c) => c.aws_code(),
Error::NoSuchAccessKey(_) => "NoSuchAccessKey",