manager.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:ucloud-storage-python-wrapper 作者: wishket 项目源码 文件源码
def put_container(self, container_name):
        """
        create container for authorized account
        :param container_name: container's name for create
        :return: http response
        """
        # create or update container
        url = self.url + '/' + container_name

        # request api
        response = requests.put(url, headers=self.base_headers)

        return response
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号