摘要: from multiprocessing.pool import Pool import boto3 import os client = boto3.client('s3') response = client.list_buckets() buckets = response['Buckets' 阅读全文
posted @ 2020-04-07 13:45 Mars.wang 阅读(622) 评论(1) 推荐(0) 编辑