[ARVADOS] updated: 1.3.0-2778-g9f904dbfc

Git user git at public.arvados.org
Thu Jul 23 14:36:49 UTC 2020


Summary of changes:
 services/keep-web/s3.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9f904dbfce4fe72f3a5b8b5201a83dbdb5ba0a2b (commit)
      from  b291fc6265aa6a0f60d51cc49bf32b9aea847d1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9f904dbfce4fe72f3a5b8b5201a83dbdb5ba0a2b
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Thu Jul 23 10:35:27 2020 -0400

    16535: Fix import path.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/services/keep-web/s3.go b/services/keep-web/s3.go
index caacd3108..796e95cb6 100644
--- a/services/keep-web/s3.go
+++ b/services/keep-web/s3.go
@@ -18,7 +18,7 @@ import (
 
 	"git.arvados.org/arvados.git/sdk/go/arvados"
 	"git.arvados.org/arvados.git/sdk/go/ctxlog"
-	"git.arvados.org/arvados.git/tmp/GOPATH/src/github.com/AdRoll/goamz/s3"
+	"github.com/AdRoll/goamz/s3"
 )
 
 // serveS3 handles r and returns true if r is a request from an S3

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list