From 4e47a003bb3adcee690067d4037c248a93023c20 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 29 Aug 2013 16:17:30 +0200 Subject: [PATCH] rgw: Fix S3 auth when using response-* query string params Reviewed-by: Yehuda Sadeh Signed-off-by: Sylvain Munaut (cherry picked from commit 7a7361d7e798d94796d4985e2e4b35af22463ae2) --- src/rgw/rgw_auth_s3.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/rgw/rgw_auth_s3.cc b/src/rgw/rgw_auth_s3.cc index f3f0c8322f0..2b0685118b1 100644 --- a/src/rgw/rgw_auth_s3.cc +++ b/src/rgw/rgw_auth_s3.cc @@ -15,6 +15,12 @@ static const char *signed_subresources[] = { "partNumber", "policy", "requestPayment", + "response-cache-control", + "response-content-disposition", + "response-content-encoding", + "response-content-language", + "response-content-type", + "response-expires", "torrent", "uploadId", "uploads", -- 2.47.3