Go to file
Pete Zaitcev 3aabe86e34 Make swift client easier to wrap
In the process of wrapping for profiling, a trivial wrap with def main()
ended in a ton of these:
    NameError: global name 'parser' is not defined

A closer investigation revealed an apparent confusion in argument names.
The problem was introduced by commit 985968f765
of November 2010. Note that Greg fixed st_delete() correctly in that one,
but apparently forgot the others.

Unit tests pass for both current (bad) code, and the patched code.
By the magic of Python scoping, current code works, just impossible
to wrap for a quick hack.

Change-Id: I18f2494ce2a201d04d49f99ea259d141939dcb6a
2012-04-10 10:27:54 -06:00
2012-04-10 10:27:54 -06:00
2012-03-16 12:11:47 -07:00
2012-03-13 15:47:41 +00:00
2012-03-13 15:47:41 +00:00
2012-03-13 15:47:41 +00:00
2012-04-02 15:05:01 +00:00
2010-07-12 17:03:45 -05:00
2012-01-12 10:41:14 +01:00
2012-03-19 13:45:34 -05:00
2012-03-16 11:07:33 -07:00

Swift
-----

A distributed object store that was originally developed as the basis for 
Rackspace's Cloud Files.

To build documentation run `python setup.py build_sphinx`, and then browse to
/doc/build/html/index.html.

The best place to get started is the "SAIO - Swift All In One", which will walk
you through setting up a development cluster of Swift in a VM.

For more information, visit us at http://launchpad.net/swift, or come hang out
on our IRC channel, #openstack on freenode.

--
Swift Development Team
Description
OpenStack Storage (Swift)
Readme 207 MiB
Languages
Python 99.7%
JavaScript 0.2%