summaryrefslogtreecommitdiff
path: root/swiftclient
diff options
context:
space:
mode:
authorJoel Wright <joel.wright@sohonet.com>2016-03-03 17:22:33 +0000
committerJoel Wright <joel.wright@sohonet.com>2016-04-29 19:21:36 +0100
commit3a5a25fe981817ba0e550d39d6e9863fa1539588 (patch)
tree085839c930892e79142595eb2e6f8b42263cafd2 /swiftclient
parentf86b2d8138f5c366d0f8ab8e8cb2492d9cd07ca4 (diff)
downloadpython-swiftclient-3a5a25fe981817ba0e550d39d6e9863fa1539588.tar.gz
Add new doc structure and contents for swiftclient
As a result of the Hackathon we have produced a new documentation structure for the python-swiftclient. This patch introduces the new structure and adds the required content. The intention is to document the CLI, the SwiftService and Connection API. Importantly, we also provide guidance on important considerations when using a swift object store, such as which aspect of the python-swiftclient to use for various use cases, common authentication patterns and some useful examples. Co-Authored-By: Alexandra Settle <alexandra.settle@rackspace.com> Co-Authored-By: Mohit Motiani <mohit.motiani@intel.com> Co-Authored-By: Hisashi Osanai <osanai.hisashi@jp.fujitsu.com> Change-Id: I9eb41f8e9137efa66cead67dc264a76a3c03fbda
Diffstat (limited to 'swiftclient')
-rw-r--r--swiftclient/multithreading.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/swiftclient/multithreading.py b/swiftclient/multithreading.py
index 2778fac..5e03ed7 100644
--- a/swiftclient/multithreading.py
+++ b/swiftclient/multithreading.py
@@ -126,7 +126,6 @@ class MultiThreadingManager(object):
def __init__(self, create_connection, segment_threads=10,
object_dd_threads=10, object_uu_threads=10,
container_threads=10):
-
"""
:param segment_threads: The number of threads allocated to segment
uploads