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

I want to download whole bucket objects. I have almost 10000 objects on my bucket. I tried to list objects and download them however 1000 object can be listed only....

![image](https://user-images.githubusercontent.com/24428128/98221725-f4ec3200-1f8a-11eb-95ac-68c248634360.png)

I believe ['log-delivery-write'](https://github.com/huaweicloud/huaweicloud-sdk-python-obs/blob/c3447b8a9f22e6abca2be635e550a4e7a5da00f4/src/obs/model.py#L218) should be in [OBS_ALLOWED_ACL_CONTROL](https://github.com/huaweicloud/huaweicloud-sdk-python-obs/blob/c3447b8a9f22e6abca2be635e550a4e7a5da00f4/src/obs/convertor.py#L48) so we can give the logging agent permissions when using OBS. I have added this locally and it seems to work very well....

resp = self.obsClient.putFile(bucketname, inname, local_file) File "/root/airflow/dags/obs/client.py", line 152, in wrapper raise e File "/root/airflow/dags/obs/client.py", line 148, in wrapper ret = func(*args, **kwargs) File "/root/airflow/dags/obs/client.py", line 1779, in putFile methodName='putContent',...

你好,我想问下python sdk可以读取obs里面的数据吗? 我在obs上的某个桶内存了一些图像的标注文件(xml文件),我用data+创建工作流,自定义函数,让obs去触发执行自定义函数,我想在自定义函数里面读取这些xml里面的内容,不知道怎么读取,我看了下官网的sdk( https://support.huaweicloud.com/sdk-python-devg-obs/obs_22_0100.html )有提供这个函数`ObsClient.getObjectMetadata(bucketName, objectKey, versionId, sseHeader, origin, requestHeaders)`但是它返回的都是属性信息,比如字节数,数据长度,拿不到文件里面的内容,所以想请教下您,我该如何获取obs文件里面存储的内容.

reproduce: call uploadFile() without optional parameter 'headers' to start a resumable upload, manually break the uploading, then resume it by calling uploadFile() in same manner again, then Exception('some parts are...

python中初始化一个全局obsclient对象,这个全局obsclient对象可以在多进程中并发使用吗

Have tried setting `ContentDisposition` but after the file is uploaded, the key becomes `contentdisposition` which doesn't achieve the intent of the value. This scenario would still allow you to set...

huaweicloud-sdk-python-obs 版本 Version 3.20.11 python 版本 3.7.4 上传文件返回状态码 403 ,python版本3.7.0 ,3.52 正常返回状态200,是否这个sdk不支持python3.7.4

https://github.com/huaweicloud/huaweicloud-sdk-python-obs/blob/b9936cd34802fc1ff2c07c9f3cfcb8136c0a2da4/src/obs/transfer.py#L402-L405 object not "objetc"