最新代码
This commit is contained in:
@@ -22,7 +22,7 @@ public class OssProperties implements InitializingBean {
|
||||
public String bucketName;
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
public void afterPropertiesSet() {
|
||||
ENDPOINT = getEndpoint();
|
||||
KEY_ID = getAccessKeyId();
|
||||
KEY_SECRET = getAccessKeySecret();
|
||||
|
||||
Reference in New Issue
Block a user