Contribute Media
A thank you to everyone who makes this possible: Read More

3 ways to test S3 in Python

Description

Sanjay Siddhanti

https://2020.pycon.org.au/program/VXXUWE

  • Benefits of testing code that uses S3
  • In-depth code examples of three ways to test S3:
  1. Mock out the S3 API responses using botocore stubs
  2. Mock the S3 API using moto
  3. Spin up a LocalStack S3 instance and test against that

Produced by NDV: https://youtube.com/channel/UCQ7dFBzZGlBvtU2hCecsBBg?sub_confirmation=1

Python, PyCon, PyConAU, PyConline

Sat Sep 5 16:00:00 2020 at Python 2

Improve this page