Amazon S3 standalone stub server - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T23:08:25Zhttp://stackoverflow.com/feeds/question/91443http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/91443/amazon-s3-standalone-stub-server3Amazon S3 standalone stub serverGreg Hewgill2008-09-18T10:19:46Z2009-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-1Answer by MattW. for Amazon S3 standalone stub serverMattW.2008-09-18T10:27:33Z2008-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#915500Answer by Stephen for Amazon S3 standalone stub serverStephen2008-09-18T10:45:06Z2009-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#975183Answer by Luke for Amazon S3 standalone stub serverLuke2008-09-18T22:10:02Z2009-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#5472711Answer by Troy J. Farrell for Amazon S3 standalone stub serverTroy J. Farrell2009-02-13T19:13:41Z2009-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>