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
修改默认oss桶地址后不起作用,比如在根目录中加路径root/blog/等 默认会存储在根节点
The text was updated successfully, but these errors were encountered:
这个问题是因为代码里面用的是 path.join( path , file) 在mac下应该是正常的,在windows下不正常,会改成 root\blog\xxxxx 所以这个被认为是key,而不是path
Sorry, something went wrong.
No branches or pull requests
修改默认oss桶地址后不起作用,比如在根目录中加路径root/blog/等
默认会存储在根节点
The text was updated successfully, but these errors were encountered: