Merge branch 'main' into next

This commit is contained in:
Alex Auvolat
2023-06-13 17:02:42 +02:00
35 changed files with 3038 additions and 2545 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ impl AdminApiServer {
let bucket_id = self
.garage
.bucket_helper()
.resolve_global_bucket_name(&domain)
.resolve_global_bucket_name(domain)
.await?
.ok_or(HelperError::NoSuchBucket(domain.to_string()))?;