import boto3.session dev_sess = boto3.session.Session(profile_name='dev') s3 = dev_sess.resource('s3') for bucket in s3.buckets.all(): ...
確定! 回上一頁