huaweicloud-sdk-python-obs icon indicating copy to clipboard operation
huaweicloud-sdk-python-obs copied to clipboard

Results 28 huaweicloud-sdk-python-obs issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I'm unable to use the OBS client in Python 3.12 because [this line of code](https://github.com/huaweicloud/huaweicloud-sdk-python-obs/blob/a185839ccb0db9b52e98ab9e662a1ff695258c03/src/obs/client.py#L673) is using the `check_hostname` argument which [was removed in Python 3.12](https://docs.python.org/3/library/http.client.html#http.client.HTTPSConnection). This is hard-coded...

但是能import ![image](https://github.com/huaweicloud/huaweicloud-sdk-python-obs/assets/17930851/366b821b-a72f-4c88-85e0-db122435be9e)

![image](https://github.com/huaweicloud/huaweicloud-sdk-python-obs/assets/17930851/5a9d6e4b-854d-4e21-b17d-1e65e1c1924a) import竟然要3.5秒.

endpoint 不可携带协议前缀,否则后面与 bucket 拼接后,是一个错误的域名

使用该 SDK 调用 listObjects 接口, 使用路径模式,计算的 canonical resource 与官网文档中的构造过程不一致。 ```python obsClient = ObsClient(access_key_id=access_key, secret_access_key=secret_key, server=api, client_mode='workflow') resp = obsClient.listObjects(bucket) print(resp) ``` 打印出来的签名字符串如下: ```shell GET Tue, 18 Jun 2024 10:19:23 GMT...

like the other repository such as [react](https://github.com/facebook/react) they put version details in each of their release. Why dont you just doing like them? i think thats better and you can...

Hi, this OBS client support Virtual-hosted-style? like https://bucket-name.obs.ru-moscow-1.hc.sbercloud.ru/object.name not Path-stype like https://obs.ru-moscow-1.hc.sbercloud.ru/bucket-name/object.name ?