You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2017/03/17 04:45:55 UTC

[trafficserver] branch master updated: Fix a wrong option charactar for access_key

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

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

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

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

    Fix a wrong option charactar for access_key
---
 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>'].