mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-27 15:37:03 +00:00
New buckets for 0.6.0: small fixes, including:
- ensure bucket names are correct aws s3 names - when making aliases, ensure timestamps of links in both ways are the same - fix small remarks by trinity - don't have a separate website_access field
This commit is contained in:
@@ -167,7 +167,7 @@ pub async fn cmd_admin(
|
||||
let mut table = vec![];
|
||||
for alias in bl {
|
||||
if let Some(p) = alias.state.get().as_option() {
|
||||
table.push(format!("\t{}\t{:?}", alias.name, p.bucket_id));
|
||||
table.push(format!("\t{}\t{:?}", alias.name(), p.bucket_id));
|
||||
}
|
||||
}
|
||||
format_table(table);
|
||||
|
||||
Reference in New Issue
Block a user