Hacker News new | ask | show | jobs
by derekp7 4459 days ago
Does anyone have an open implementation of the glacier api? I'd like to add support for it to my backup tool, but I don't want to have to take on the financial risk of a large bill from Amazon if I happen to mis-use the api. So I'd like to try it out on a local server first, to project what the cost would be after a few months of use.
1 comments

Amazon has official, open source SDKs in most major languages that cover all of the AWS service APIs.

https://aws.amazon.com/tools/?nc1=h_d_dl

Actually, I meant is there an open project where I can put something on my own server, to provide the same API that glacier uses? That way I can development / test my code against it instead of testing against Amazon directly.