s3api: move boto dependency descriptions to swift3.py
This commit is contained in:
@@ -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`.
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,6 @@ And the following python libraries:
|
|||||||
* Nose
|
* Nose
|
||||||
* Sphinx
|
* Sphinx
|
||||||
* netifaces
|
* netifaces
|
||||||
* boto
|
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
Development
|
Development
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user