二维码图片冗余方法修复buket-name为null的bug
This commit is contained in:
parent
ebcd1d28f2
commit
e98550539d
@ -99,7 +99,7 @@ public class QrImgUtils {
|
|||||||
*/
|
*/
|
||||||
public static void clearRepetition(OSSClient ossClient, Environment environment, String prefix) {
|
public static void clearRepetition(OSSClient ossClient, Environment environment, String prefix) {
|
||||||
|
|
||||||
String bucketName = environment.getProperty("bucket-name");
|
String bucketName = environment.getProperty("oss.bucket-name");
|
||||||
System.out.println("==》桩:" + prefix + "图片冗余正在清理");
|
System.out.println("==》桩:" + prefix + "图片冗余正在清理");
|
||||||
prefix = prefix + "/";
|
prefix = prefix + "/";
|
||||||
String nextMarker = null;
|
String nextMarker = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user