|
@@ -105,7 +105,7 @@ public class UpYunClient {
|
|
|
|
|
|
base64Auth = "Basic " + org.apache.commons.codec.binary.Base64
|
|
base64Auth = "Basic " + org.apache.commons.codec.binary.Base64
|
|
.encodeBase64String((userName + ":" + password).getBytes());
|
|
.encodeBase64String((userName + ":" + password).getBytes());
|
|
- unsafe = true;
|
|
|
|
|
|
+ unsafe = false;
|
|
|
|
|
|
testUrl = PropertiesUtil.getString("$upyun.testUrl");
|
|
testUrl = PropertiesUtil.getString("$upyun.testUrl");
|
|
}
|
|
}
|