修复商品风险多店铺问题
This commit is contained in:
@@ -12,4 +12,8 @@ public class TransientStorageProperties {
|
||||
private String accessKeyId;
|
||||
private String accessKeySecret;
|
||||
private String region = "us-east-1";
|
||||
private int connectTimeoutSeconds = 10;
|
||||
private int readTimeoutSeconds = 60;
|
||||
private int writeTimeoutSeconds = 60;
|
||||
private int uploadMaxRetries = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user