You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/03/27 03:37:31 UTC

[trafficserver] branch 7.1.x updated: Fix a wrong option charactar for access_key

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  d07dbec   Fix a wrong option charactar for access_key
d07dbec is described below

commit d07dbec720b08227580403c4e7e787476963b9b9
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Fri Mar 17 12:36:01 2017 +0900

    Fix a wrong option charactar for access_key
    
    (cherry picked from commit fc7416dff61eab81ef7c82002f6d9bc41806be75)
---
 plugins/s3_auth/s3_auth.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/s3_auth/s3_auth.cc b/plugins/s3_auth/s3_auth.cc
index 8ab31cd..a52b07f 100644
--- a/plugins/s3_auth/s3_auth.cc
+++ b/plugins/s3_auth/s3_auth.cc
@@ -555,7 +555,7 @@ TSRemapNewInstance(int argc, char *argv[], void **ih, char * /* errbuf ATS_UNUSE
     case 'c':
       s3->parse_config(optarg);
       break;
-    case 'k':
+    case 'a':
       s3->set_keyid(optarg);
       break;
     case 's':

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].