|
@@ -33,7 +33,7 @@ public class FyunConfig {
|
|
|
FYunFileServiceInterface fYunFileServiceInterface;
|
|
|
|
|
|
public OSSClient build(){
|
|
|
- return new OSSClient(endPoint.replace("-internal",""),key,secret);
|
|
|
+ return new OSSClient(endPoint.replace("-internal",""),"LTAI5t5YZwRo6qMcJophXvst","Pce7OvzLXCNVMd9FrrNpeFUllCbki9");
|
|
|
}
|
|
|
|
|
|
public URL getPresignedUrl( String url) {
|