# RECOMMENDED WAY
import boto3
client = boto3.client(
s3, # boto3 will get the credentials either from
region_name=us-east-1 # environment vars. or the .aws/credentials file.
)
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter