This message was deleted.
# help
s
This message was deleted.
t
The way to do this is to create your own implementation of the
Stores
interface and set this on WireMock’s config at startup.
The
FileSource
interface is now just a wrapper around
BlobStore
so provided you implement this the way you want, the internal instances of
FileSource
will back onto whatever store you implemented.
Please note that these interfaces are in beta so might change a bit between versions
a
Thanks @Tom for your inputs.