import boto3 s3 = boto3.resource("s3") # 创建一个bucket bucket = s3.create_bucket(Bucket="my-bucket") # 获得所有的bucket, boto 会自动处理API ...
確定! 回上一頁