Has anyone got some experience/advice for choosing between the options? It seems like they are:

My usecase is just to have a local single instance for testing apps against. I prefer to spin stuff up in Docker on the homelab.

  • Foster HangdaanA
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 days ago

    If you need S3-compliant storage for testing and development, you can use an S3 mock server. I’ve tried the following for use in web development and CI environments, they are lightweight and configurable:

    There is also Localstack. I found this one to be a bit more complex than the ones above and ended up not sticking with it.