摘要: # -*- coding: utf-8 -*- import boto3 from boto3.s3.transfer import TransferConfig # from s3transfer.manager import TransferConfig access_key = "xxx" secret_key = "xxx" cli = boto3.client( 's3', ... 阅读全文
posted @ 2019-01-28 15:43 dragonliu 阅读(579) 评论(0) 推荐(0) 编辑