Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 502 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 502 Bytes

Introduction to Python's Boto3: The AWS SDK the Easy Way

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

Dependencies

boto3