thirdBreakfast@lemmy.world to Selfhosted@lemmy.worldEnglish · 2 months agoSelfhosted S3 compatible recommendations?message-squaremessage-square18fedilinkarrow-up139arrow-down11file-text
arrow-up138arrow-down1message-squareSelfhosted S3 compatible recommendations?thirdBreakfast@lemmy.world to Selfhosted@lemmy.worldEnglish · 2 months agomessage-square18fedilinkfile-text
Has anyone got some experience/advice for choosing between the options? It seems like they are: Minio Garage SeaweedFS 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.
minus-squareFoster Hangdaan@lemmy.fosterhangdaan.comlinkfedilinkEnglisharrow-up3·2 months agoIf 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: Adobe S3Mock s3ninja 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.
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.