up vote 7 down vote favorite
2
share [g+] share [fb]

I seem to recall reading about an Amazon S3-compatible test server that you could run on your own server for unit tests or whatever. However, I've just exhausted my patience looking for this with both Google and AWS. Does such a thing exist? If not, I think I'll write one.

Note: I'm asking about Amazon S3 (the storage system) rather than Amazon EC2 (cloud computing).

link|improve this question

feedback

6 Answers

up vote 4 down vote accepted

Are you thinking of Park Place?

FYI, its old home page is offline now.

link|improve this answer
I think I am, thanks! – Greg Hewgill Sep 21 '08 at 4:03
Park Place is a bag of hurt right now – Full Decent Nov 26 '10 at 20:53
feedback

Park Place has moved to github: http://github.com/technoweenie/parkplace

link|improve this answer
feedback

Eucalyptus http://eucalyptus.cs.ucsb.edu/

EUCALYPTUS - Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems - is an open-source software infrastructure for implementing "cloud computing" on clusters. The current interface to EUCALYPTUS is compatible with Amazon's EC2 interface, but the infrastructure is designed to support multiple client-side interfaces.

Note that, according to the documentation, Eucalypus includes a reimplementation not only of the EC2 interface but also the S3 storage system. That storage component is called Walrus. (http://open.eucalyptus.com/wiki/EucalyptusUserGuide_v1.5.2)

link|improve this answer
I was wondering about S3 (the storage system) rather than EC2 (cloud computing). – Greg Hewgill Sep 18 '08 at 10:50
feedback

You can just use any cloud (including Google docs, SkyDrive, MobileMe, Box.net -whatever you want), by using the free service from SMEStorage.com who provide S3 over any cloud through their gateway (see http://smestorage.com/blog/?p=1177)

link|improve this answer
feedback

OpenStack (Swift) does support S3. But it is not a simple application. The documentation looks good: http://swift.openstack.org/misc.html#module-swift.common.middleware.swift3

link|improve this answer
feedback

Amazon uses Xen, so you can probably just run your AMI in your own Xen installation. I'd just fire up an instance and run the tests there, though. It doesn't cost much and you should usually be fine with developing locally and infrequently testing it on their system.

link|improve this answer
I think you're talking about EC2 (cloud computing) while I'm wondering about S3 (the storage system). – Greg Hewgill Sep 18 '08 at 10:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.