Skip to content

fix: Use mock_aws instead of mock_s3

Fabien Amarger requested to merge topic/default/mock_aws into branch/default

The moto@v5 do not implement mock_s3 anymore, it uses mock_aws instead. This version is used since we do have a python3.9 project (under it uses a moto@v4 in which mock_s3 is still present).

fix #16 (closed)

Edited by Fabien Amarger

Merge request reports