Commit c4eb4849 authored by zhuxiao's avatar zhuxiao
Browse files

修复阿里云oss下载路径问题

parent c686c559
......@@ -130,7 +130,7 @@ public class AliyunOssService implements IOssService {
}
String bucket = ossSavePlaceEnum == OssSavePlaceEnum.PRIVATE ? aliyunOssYmlConfig.getPrivateBucketName() : aliyunOssYmlConfig.getPublicBucketName();
this.ossClient.getObject(new GetObjectRequest(bucket, fullPath), downloadFile);
this.ossClient.getObject(new GetObjectRequest(bucket, source), downloadFile);
return true;
} catch (Exception e) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment