logoalt Hacker News

orevtoday at 3:43 PM1 replyview on HN

If the app was written using the S3 API, it would be much faster/cheaper to migrate to a local system the provides the same API. Switching to local IO would mean (probably) rewriting a lot of code.


Replies

0x457today at 4:39 PM

Surely "read object" and "write object" are not hard to migrate to local file system. You can also use Apache OpenDAL which provide the same interface to both.

show 1 reply