Working with Amazon S3 buckets with Boto3

The complete cheat sheet.

Michał Oleszak
Towards Data Science
4 min readJul 13, 2020

--

Photo by Jeff Kingma on Unsplash

Amazon Simple Storage Service, or S3, offers space to store, protect, and share data with finely-tuned access control. When working with Python, one can easily interact with S3 with the Boto3 package. In this post, I will put together a cheat sheet of Python commands that I use a lot when working with S3. I hope you will find it useful.

--

--