Y
Hacker News
new
|
ask
|
show
|
jobs
by
alcari
4591 days ago
It looks like a drop-in replacement for boto's S3 interface, so if you're already using that, you can probably just change the imports to refer to MimicDB.
2 comments
nathancahill
4591 days ago
Exactly. If you're using boto.s3.connection or boto.s3.bucket you can change that to mimicdb.s3.connection and mimicdb.s3.bucket.
link
kawsper
4591 days ago
I think it is a proxy for S3 that sits between your application and S3. So it works with Boto, or your favorite S3 library.
link