fix: 咖啡因缓存设置,桶与大小分离

This commit is contained in:
zlg
2024-07-16 11:41:25 +08:00
parent 35ae89ad3e
commit eb5a6d0e3a

View File

@@ -157,7 +157,6 @@ public class MinioOssClient implements StandardOssClient {
list.forEach(bucket -> {
HashMap<String, String> names = new HashMap<>();
names.put("name", bucket.name());
names.put("size",getMinioBucketSize(bucket.name()));
list1.add(names);
});
return list1;