]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Add Python bindings for librgw
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 13 May 2011 23:07:08 +0000 (16:07 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 17 May 2011 18:04:12 +0000 (11:04 -0700)
commit36fb0846a862287222b673c4e967b29ce82869a4
tree04566b6283ca7d228a8ec2c9404f174585e0fd8c
parent8ed372c90385960770c2889a40f02ffa2d7db6bf
Add Python bindings for librgw

Add some Python bindings for librgw.
Also add some more verbose error logging to librgw.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/Makefile.am
src/pybind/rgw.py [new file with mode: 0644]
src/rgw/librgw.cc
src/test/ceph-pybind-rgw-test.py [new file with mode: 0644]