From 8182fa75a167d034e29c04680502ea9877592c9a Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Fri, 8 Dec 2017 14:08:25 -0800 Subject: [PATCH] Fix small error in a doc string Change-Id: I1c743fdea637ce047d09a49db0a43b2eb37305fa --- swift/common/request_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/common/request_helpers.py b/swift/common/request_helpers.py index 3684dfa07f..c3de2f4fd2 100644 --- a/swift/common/request_helpers.py +++ b/swift/common/request_helpers.py @@ -645,7 +645,7 @@ def resolve_etag_is_at_header(req, metadata): middleware's alternate etag sysmeta (X-Object-Sysmeta-Crypto-Etag) but will then find the EC alternate etag (if EC policy). But if the object *is* encrypted then X-Object-Sysmeta-Crypto-Etag is found and used, which is - correct because it should be preferred over X-Object-Sysmeta-Crypto-Etag. + correct because it should be preferred over X-Object-Sysmeta-Ec-Etag. :param req: a swob Request :param metadata: a dict containing object metadata