From 8dafefbb660139d28b37be6750fc494ea9f1c6e9 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 1 Mar 2011 20:50:28 +0900 Subject: [PATCH] s3api: move boto dependency descriptions to swift3.py --- doc/source/development_saio.rst | 2 +- doc/source/getting_started.rst | 1 - swift/common/middleware/swift3.py | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 10b89e9051..38c0475975 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -31,7 +31,7 @@ Installing dependencies and the core code #. `apt-get install curl gcc bzr memcached python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson 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. #. Next, choose either :ref:`partition-section` or :ref:`loopback-section`. diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 9f24970063..219adfb462 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -22,7 +22,6 @@ And the following python libraries: * Nose * Sphinx * netifaces -* boto ----------- Development diff --git a/swift/common/middleware/swift3.py b/swift/common/middleware/swift3.py index e071624399..423b0123be 100644 --- a/swift/common/middleware/swift3.py +++ b/swift/common/middleware/swift3.py @@ -16,6 +16,9 @@ """ 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: * GET Service