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

dragos pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git


The following commit(s) were added to refs/heads/master by this push:
     new 2780daf  Update rclone config to allow upload from new apigateway 
(#182)
2780daf is described below

commit 2780dafa0b6c0294607eadd3671095edefe9f331
Author: Andy Steed <[email protected]>
AuthorDate: Tue Dec 4 12:53:08 2018 -0800

    Update rclone config to allow upload from new apigateway (#182)
---
 docker-compose/apigateway/rclone/rclone.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docker-compose/apigateway/rclone/rclone.conf 
b/docker-compose/apigateway/rclone/rclone.conf
index 741d899..a967648 100644
--- a/docker-compose/apigateway/rclone/rclone.conf
+++ b/docker-compose/apigateway/rclone/rclone.conf
@@ -4,7 +4,8 @@ provider = Minio
 env_auth = false
 access_key_id = 5VCTEQOQ0GR0NV1T67GN
 secret_access_key = 8MBK5aJTR330V1sohz4n1i7W5Wv/jzahARNHUzi3
-region = other-v2-signature
+region = us-east-1
 endpoint = http://minio.docker:9000
-location_constraint = us-east-1
+location_constraint =
+server_side_encryption =
 acl = public-read
\ No newline at end of file

Reply via email to