This is the step-by-step code from the Medium post: "Introduction to Python's Boto3".
This simple walk-through of Boto3 goes through these steps:
- Create an aws credentials file
- Connect to Amazon S3
- Browse, create, and delete buckets
- Browse, create, and delete objects
- Upload and download a data file local-to-S3-to-local
boto3