Amazon S3 standalone stub server - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T23:08:25Z http://stackoverflow.com/feeds/question/91443 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/91443/amazon-s3-standalone-stub-server 3 Amazon S3 standalone stub server Greg Hewgill 2008-09-18T10:19:46Z 2009-11-16T22:57:46Z <p>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.</p> <p>Note: I'm asking about Amazon S3 (the storage system) rather than Amazon EC2 (cloud computing).</p> http://stackoverflow.com/questions/91443/amazon-s3-standalone-stub-server/91484#91484 -1 Answer by MattW. for Amazon S3 standalone stub server MattW. 2008-09-18T10:27:33Z 2008-09-18T10:27:33Z <p>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.</p> http://stackoverflow.com/questions/91443/amazon-s3-standalone-stub-server/91550#91550 0 Answer by Stephen for Amazon S3 standalone stub server Stephen 2008-09-18T10:45:06Z 2009-08-13T06:14:32Z <p><a href="http://eucalyptus.cs.ucsb.edu/" rel="nofollow">Eucalyptus</a> <a href="http://eucalyptus.cs.ucsb.edu/" rel="nofollow">http://eucalyptus.cs.ucsb.edu/</a></p> <blockquote> <p>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.</p> </blockquote> <p>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. (<a href="http://open.eucalyptus.com/wiki/EucalyptusUserGuide_v1.5.2" rel="nofollow">http://open.eucalyptus.com/wiki/EucalyptusUserGuide_v1.5.2</a>)</p> http://stackoverflow.com/questions/91443/amazon-s3-standalone-stub-server/97518#97518 3 Answer by Luke for Amazon S3 standalone stub server Luke 2008-09-18T22:10:02Z 2009-11-16T22:57:46Z <p>Are you thinking of <a href="http://github.com/technoweenie/parkplace" rel="nofollow">Park Place</a>?</p> <p>FYI, its <a href="http://code.whytheluckystiff.net/parkplace/" rel="nofollow">old home page</a> is offline now.</p> http://stackoverflow.com/questions/91443/amazon-s3-standalone-stub-server/547271#547271 1 Answer by Troy J. Farrell for Amazon S3 standalone stub server Troy J. Farrell 2009-02-13T19:13:41Z 2009-11-16T22:56:28Z <p>Park Place has moved to github: <a href="http://github.com/technoweenie/parkplace" rel="nofollow">http://github.com/technoweenie/parkplace</a></p>