Here is a sample code that should work (given that your config and credentials are saved in ~/.aws ) import boto3 s3_client = boto3.Session().client('s3') ...
確定! 回上一頁