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
使用该 SDK 调用 listObjects 接口, 使用路径模式,计算的 canonical resource 与官网文档中的构造过程不一致。
obsClient = ObsClient(access_key_id=access_key, secret_access_key=secret_key, server=api, client_mode='workflow') resp = obsClient.listObjects(bucket) print(resp)
打印出来的签名字符串如下:
GET Tue, 18 Jun 2024 10:19:23 GMT /private-bucket
官网文档中的描述:
不是通过桶绑定的自定义域名访问OBS的场景,则为"/bucket/object",如果没有对象名,如列举桶,则为"/bucket/"。如果桶名也没有,则为“/”。 https://support.huaweicloud.com/intl/zh-cn/api-obs/obs_04_0010.html
上述为 sdk 的bug , 还是官网文档写的有问题呢?
The text was updated successfully, but these errors were encountered:
SDK基于api开发,但是并不是完全一样,列举对象的api应参考此文档https://support.huaweicloud.com/intl/zh-cn/api-obs/obs_04_0022.html
Sorry, something went wrong.
No branches or pull requests
使用该 SDK 调用 listObjects 接口, 使用路径模式,计算的 canonical resource 与官网文档中的构造过程不一致。
打印出来的签名字符串如下:
官网文档中的描述:
上述为 sdk 的bug , 还是官网文档写的有问题呢?
The text was updated successfully, but these errors were encountered: