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-squareconrad82@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months agoWhich apps are you testing? I set up minio s3 for testing myself, but found that most of my docker services doesn’t really support it. So I went back to good old folders
minus-squarethirdBreakfast@lemmy.worldOPlinkfedilinkEnglisharrow-up2·2 months agoOne I’m writing. I use the host file system (as I have a strong preference for simple) for it’s storage, but I’m interested in adding Litestream for replicating the database onto AWS.
Which apps are you testing?
I set up minio s3 for testing myself, but found that most of my docker services doesn’t really support it. So I went back to good old folders
One I’m writing. I use the host file system (as I have a strong preference for simple) for it’s storage, but I’m interested in adding Litestream for replicating the database onto AWS.