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
目前列举文件只支持最多单次1000个,而且是单线程的,目前测试列举1000个大概要150ms左右,要是列举亿级别的话会耗时太久,可以多线程吗,或者什么好的其它方法
The text was updated successfully, but these errors were encountered:
https://support.huaweicloud.com/sdk-c-devg-obs/obs_20_0603.html,可以设置delimiter,追层去列举,也可以采用分页列举的方式。
Sorry, something went wrong.
No branches or pull requests
目前列举文件只支持最多单次1000个,而且是单线程的,目前测试列举1000个大概要150ms左右,要是列举亿级别的话会耗时太久,可以多线程吗,或者什么好的其它方法
The text was updated successfully, but these errors were encountered: