Copy #!/usr/bin/env/python import boto3 from botocore.client import Config s3 = boto3.resource('s3', endpoint_url='http://localhost:9000', ...
確定! 回上一頁