-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
code:
Code code = new Code().setDir(codeDir);
运行报错:
\tmp\code8b0409e1-95b6-4b40-b4e7-47fcf905a57f.zip (系统找不到指定的路径。)
应该是这个地方hardcode有问题,没有考虑windows平台:
fc-java-sdk/src/main/java/com/aliyuncs/fc/model/Code.java
public Code setDir(String dir) throws IOException {
String tempZipPath = "/tmp/code" + UUID.randomUUID() + ".zip";
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels