我正在尝试创建.exe文件,以便能够运行我在windows环境中修复的应用程序。config.json文件包含:{ "authors": ["auth"], "dest": "/dist/installers/" }
Invalid URI: Theformat of the URI could not be determined.
我正在努力将本地文件上传到C# .net中的aws s3,并且使用putObjectRequest向aws s3发出请求,然而,我刚刚收到了一个抛出的异常:Invalid URI: The formatof the URI could not be determined.。但是,在以C#格式搜索文件路径格式之后,我认为我使用了正确的运算符来转义反斜杠。还有其他原因可以导致这种异常吗?整个stackTrace是这样的:
在Amazon.Runtime.