_why:
So, it’s really not much, but it does handle most things,
and it’s decent enough... It’s Park Place, a clone of
Amazon’s S3
(Simple Storage Service.) It’s written
entirely in Ruby, with heaps of help from the
Camping 4k web
framework. Oh, and no SOAP support to speak of.
[announcement]
While making other changes to my weblogging
software, I noticed that some of the code was running using Python
2.2 and others using Python 2.4 based on the entry point. As
the majority code is largely independent of the entry point, this
made little sense, and without much thought I changed the primary
entry point to use 2.4.
...