qingcloud-sdk-python icon indicating copy to clipboard operation
qingcloud-sdk-python copied to clipboard

QingCloud SDK for Python

Results 9 qingcloud-sdk-python issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/18156931/204429661-e8a6df77-9758-492c-a76a-d5666ee59670.png) 这样处理之后只能返回 文件 目录都看不到了 common_prefixes 不需要返回么?

您好,在制作 appcenter 应用时上传配置文件是手动上传的,希望可以提供上传配置文件的接口

您好,我想基于 volume 创建 qcow2 类型的备份,希望可以支持 https://github.com/yunify/qingcloud-sdk-python/blob/ddd641356557628c82593a3c97bae4cc6f06d5c8/qingcloud/iaas/actions/snapshot.py#L66

应该是:https://docs.qingcloud.com/product/sdk/。readme中写的是:https://docs.qingcloud.com/sdk/

增加run_instances接口支持gpu和合约主机创建

负载均衡器监听器支持场景设置,但是在修改监听器属性时,没有场景参数。 ``` opt_parser.add_option("-e", "--scene", action = "store", type = "int", dest = "scene", help='', default=None)" ```

增加了对参数 node_role 的list 类型检查

`__builtin__` is renamed to `builtins` in [Python 3](https://docs.python.org/3/whatsnew/3.0.html). Besides that, we can directly use `str` in Python 2 and Python 3