📜  “'S3' 对象没有属性 'Bucket'”,python boto3 aws - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:13.083000             🧑  作者: Mango
代码示例1
s3 = boto3.resource('s3')
the_bucket = s3.Bucket('my_bucket')