You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/04 20:53:10 UTC

[GitHub] ddragosd closed pull request #182: Update rclone config to allow upload from new apigateway

ddragosd closed pull request #182: Update rclone config to allow upload from new apigateway
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/182
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services