Python AWS S3 Client

import boto3
client = boto3.client('s3')
Active Programmer