fix: 咖啡因缓存设置,桶与大小分离
This commit is contained in:
@@ -157,7 +157,6 @@ public class MinioOssClient implements StandardOssClient {
|
|||||||
list.forEach(bucket -> {
|
list.forEach(bucket -> {
|
||||||
HashMap<String, String> names = new HashMap<>();
|
HashMap<String, String> names = new HashMap<>();
|
||||||
names.put("name", bucket.name());
|
names.put("name", bucket.name());
|
||||||
names.put("size",getMinioBucketSize(bucket.name()));
|
|
||||||
list1.add(names);
|
list1.add(names);
|
||||||
});
|
});
|
||||||
return list1;
|
return list1;
|
||||||
|
Reference in New Issue
Block a user