s3config.py 文件源码

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

项目:kingpin 作者: pinterest 项目源码 文件源码
def _set_aws_config(self, config_file):
        """ Parse an AWS credential file in boto (yaml) format:
            [Credentials]
            aws_access_key_id = [aws access key id]
            aws_secret_access_key = [aws secret key id]
        """
        config = boto.config
        if os.path.isfile(config_file):
            config.load_credential_file(config_file)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号