sanjaysiddhanti / s3_testing

Example code for testing S3 in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S3 Testing

This repository provides examples of testing S3 interactions in Python using the following approaches:

  • moto3
  • botocore stubbers
  • localstack

Usage

Build the Docker image

docker build -t s3_testing .

Run the tests

docker-compose up

Contributing

If you have examples of other S3 testing libraries, please send me a pull request.

About

Example code for testing S3 in Python


Languages

Language:Python 58.3%Language:Shell 40.5%Language:Dockerfile 1.2%