logoalt Hacker News

thaynetoday at 4:16 AM2 repliesview on HN

I don't think that is what they are looking for. They just want something with an s3 compatible API they can run on their local network or maybe even on the same host.


Replies

bonessstoday at 6:23 PM

So, why not write to a shared wrapper/facade?

If you split the interaction API out to an interface detailing actual program interaction with the service, then write an s3 backend and an FS backend. Then you could plug in any backend as desired and write agnostic application code.

Personally I end up there anyways testing and specifying the third party failure modes.

show 1 reply
syabrotoday at 7:52 AM

what's the point then? Just api around FS?

show 2 replies