Klien Python AWS S3

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