Resources

Example

import boto3


s3_client = boto3.client('s3')

s3_client.download_file(bucket, key, download_path)
s3_client.upload_file(upload_path, f'{bucket}-resized', key)