Python AWS S3 Клиент

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