From efbd58144b55ea7c2b916b2e358b3da2cc02ace6 Mon Sep 17 00:00:00 2001 From: Naoto Nishizono Date: Wed, 18 Feb 2015 17:45:17 +0900 Subject: [PATCH] Fix the version of Swift that required to install Swift3 Fix the version of the Swift described in requirements.txt from 1.8.0 to 2.1.0. In between updates from 1.8.0 to 2.0.0, the process for pipeline of Swift was changed. And object sysmeta metadata was supported from 2.1.0. Therefore, 2.1.0 or later is not installed, starting of proxy-server with Swift3 fails and it is impossible to use s3_acl. For more information about the changes of Swift, check the following commit IDs. - 4ce9b252fd44dae74b47d5b5c48e9403b5d36a4a - 4286f36a60446e322f23a329416be3ed67db1149 Change-Id: I793b0f325ea34f208784d60f2b038e75f6d239b9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a6b1ecc..63ddffb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -swift>=1.8 +swift>=2.1.0 lxml