←back to thread

194 points kbumsik | 2 comments | | HN request time: 0.409s | source
Show context
mdaniel ◴[] No.41889095[source]
All this mocking when moto exists is just :-( https://github.com/awslabs/git-remote-s3/blob/v0.1.19/test/r...

Actually, moto is just one bandaid for that problem - there are SO MANY s3 storage implementations, including the pre-license-switch Apache 2 version of minio (one need not use a bleeding edge for something as relatively stable as the S3 Api)

replies(3): >>41889194 #>>41889525 #>>41896008 #
1. remram ◴[] No.41896008[source]
Unfortunately there's been a few vulnerability since that old Minio release. For something you expose to users, it's a problem.
replies(1): >>41896068 #
2. mdaniel ◴[] No.41896068[source]
I would hope my mentioning moto made it clear my comment was about having an S3 implementation for testing. Presumably one should not expose moto to users, either