This package implements a mock S3 server including bucket shadowing
support. The code is based on the moto
package by implementing a custom
service.
If you want to change variable from config use next patter {section}_{name}_{variable}.
For example you want to change directory for shoobx:mocks3
section:
[shoobx:mocks3] log-level = INFO directory = ./data [bar:boo] baz = foo
To change it use SHOOBX_MOCKS3_DIRECTORY=/some/path/to/folder
.
For baz
accordingly BAR_BOO_BAZ=MyValue