import boto3 s3_client = boto3.client( 's3', use_ssl=False, endpoint_url=<ENDPOINT-URL> aws_access_key_id=<ACCESS-KEY>, ...
確定! 回上一頁