We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code: Code code = new Code().setDir(codeDir); 运行报错: \tmp\code8b0409e1-95b6-4b40-b4e7-47fcf905a57f.zip (系统找不到指定的路径。)
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";
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, taking a look
Sorry, something went wrong.
shuaichang
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: