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