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
https://github.com/upyun/go-sdk/blob/master/upyun/rest.go#L641 如果我想手动的进行 list 分页操作,现在这样的实现会导致我无法继续 list 剩余的文件。因为在 return 的时候还没有设置 "X-List-Iter" 这个 header
The text was updated successfully, but these errors were encountered:
或者提供一个同步的方法供调用
Sorry, something went wrong.
或者将 doRESTRequest 暴露出来,允许我们自行构造请求
No branches or pull requests
https://github.com/upyun/go-sdk/blob/master/upyun/rest.go#L641
如果我想手动的进行 list 分页操作,现在这样的实现会导致我无法继续 list 剩余的文件。因为在 return 的时候还没有设置 "X-List-Iter" 这个 header
The text was updated successfully, but these errors were encountered: