s3api: move boto dependency descriptions to swift3.py

This commit is contained in:
FUJITA Tomonori
2011-03-01 20:50:28 +09:00
parent 14d0784c01
commit 8dafefbb66
3 changed files with 4 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Installing dependencies and the core code
#. `apt-get install curl gcc bzr memcached python-configobj #. `apt-get install curl gcc bzr memcached python-configobj
python-coverage python-dev python-nose python-setuptools python-simplejson python-coverage python-dev python-nose python-setuptools python-simplejson
python-xattr sqlite3 xfsprogs python-webob python-eventlet python-xattr sqlite3 xfsprogs python-webob python-eventlet
python-greenlet python-pastedeploy python-netifaces python-boto` python-greenlet python-pastedeploy python-netifaces`
#. Install anything else you want, like screen, ssh, vim, etc. #. Install anything else you want, like screen, ssh, vim, etc.
#. Next, choose either :ref:`partition-section` or :ref:`loopback-section`. #. Next, choose either :ref:`partition-section` or :ref:`loopback-section`.

View File

@@ -22,7 +22,6 @@ And the following python libraries:
* Nose * Nose
* Sphinx * Sphinx
* netifaces * netifaces
* boto
----------- -----------
Development Development

View File

@@ -16,6 +16,9 @@
""" """
The swift3 middleware will emulate the S3 REST api on top of swift. The swift3 middleware will emulate the S3 REST api on top of swift.
The boto python library is necessary to use this middleware (install
the python-boto package if you use Ubuntu).
The following opperations are currently supported: The following opperations are currently supported:
* GET Service * GET Service