feat():测试
parent
a82f7d64eb
commit
3c512799bf
|
@ -31,7 +31,7 @@ public class OSSFileLoad {
|
|||
// bucket
|
||||
private static final String bucketName = "java-web-generating-class";
|
||||
// 本地文件下载路径
|
||||
private static final String localPath = "/home/download/";
|
||||
private static final String localPath = "home/";
|
||||
// OSS文件路径
|
||||
private static final String filePath = "build/version/rule/";
|
||||
public static Result<Object> streamingDownload(String fileName) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue