Before You Start #
Before using Boto3, you need to set up authentication credentials for your AWS accountn using the AWS CLI.
Configuration Steps #
Then follow the Using boto documentation starting with importing boto3 in your python file and creating your S3 resources.
📖
Find boto3 full documentation here.