From c379a640dd0c8c6e7be656e1e854ca248048aa4b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 5 Mar 2014 22:00:39 +0100 Subject: [PATCH] Fix whitespace issues Remove extra space and tabs. Change-Id: I6568a961a667fad1ddefe7322d833837693457ba --- module003-ch004-swift-building-blocks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module003-ch004-swift-building-blocks.xml b/module003-ch004-swift-building-blocks.xml index 60908cbe..7252a120 100644 --- a/module003-ch004-swift-building-blocks.xml +++ b/module003-ch004-swift-building-blocks.xml @@ -58,9 +58,9 @@ handle all incoming API requests. Once a Proxy Server receive a request, it will determine the storage node based on the URL of the object, such as - https://swift.example.com/v1/account/container/object - . The Proxy Servers also coordinates responses, - handles failures and coordinates timestamps. + https://swift.example.com/v1/account/container/object + . The Proxy Servers also coordinates responses, + handles failures and coordinates timestamps. Proxy servers use a shared-nothing architecture and can be scaled as needed based on projected workloads. A minimum of two Proxy Servers should be deployed for