Skip to content
New issue

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-ios-sdk时如何限制分片上传或断点下载的速率呢?ios sdk未见setTrafficeLimit 方法,nodejs以及.net可以设置 #400

Open
bryantwang-cc opened this issue Jun 25, 2024 · 3 comments

Comments

@bryantwang-cc
Copy link

当使用oss-ios-sdk时如何限制分片上传或断点下载的速率呢?ios sdk未见setTrafficeLimit 方法,nodejs以及.net可以设置

@yonsjl
Copy link

yonsjl commented Jun 28, 2024

网上查到的结论是需要和服务端配合,工作是在服务端做。等待官方回复

@bryantwang-cc
Copy link
Author

bryantwang-cc commented Jun 28, 2024

网上查到的结论是需要和服务端配合,工作是在服务端做。等待官方回复

目前我们的处理方式为修改sdk源码,在需要限速的request中增加x-oss-traffic-limit header参数,经测试该方式可以到达预期。

PS:不明白为何其他语言提供了对应API接口,但android以及ios版本sdk不提供。

@yonsjl
Copy link

yonsjl commented Jun 28, 2024

网上查到的结论是需要和服务端配合,工作是在服务端做。等待官方回复

目前我们的处理方式为修改sdk源码,在需要限速的request中增加x-oss-traffic-limit header参数,经测试该方式可以到达预期。

PS:不明白为何其他语言提供了对应API接口,但android以及ios版本sdk不提供。

目前能查到的文档是这样做的,不知道是不是有什么原因没有开放,https://help.aliyun.com/zh/oss/user-guide/single-connection-bandwidth-throttling-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants