修复MinioBucket类中setBucketName方法的拼写错误

This commit is contained in:
Dftre 2025-02-23 18:08:52 +08:00
parent 4fb15c1afa
commit 61ecbb2df4

View File

@ -43,7 +43,7 @@ public class MinioBucket {
return bucketName; return bucketName;
} }
public void setBucketName(String buketName) { public void setBucketName(String bucketName) {
this.bucketName = bucketName; this.bucketName = bucketName;
} }