S3Mock is a popular mock for S3 by Adobe.
The testcontainers for Java already have a module for it: https://testcontainers.com/modules/s3mock/
I created a testcontainer for some other Node.js project. You can find it here:
https://github.com/nikeee/lean-s3/blob/main/src/test/S3MockContainer.ts
Does it make sense to add it to testcontainers-node? If so, I'd flesh out the implementation, align it with the other modules in testcontainers-node and contribute it.
S3Mock is a popular mock for S3 by Adobe.
The testcontainers for Java already have a module for it: https://testcontainers.com/modules/s3mock/
I created a testcontainer for some other Node.js project. You can find it here:
https://github.com/nikeee/lean-s3/blob/main/src/test/S3MockContainer.ts
Does it make sense to add it to testcontainers-node? If so, I'd flesh out the implementation, align it with the other modules in testcontainers-node and contribute it.