commit | feb250104ce4eae6660e251fd675aa27cdc402bf | [log] [tgz] |
---|---|---|
author | Haoming Zhang <zhm1993zhm@gmail.com> | Wed Jul 26 13:50:59 2017 -0700 |
committer | Haoming Zhang <zhm1993zhm@gmail.com> | Wed Jul 26 13:50:59 2017 -0700 |
tree | a94c5dd53c92b18ce6a07131908da68b8b3d9e0e | |
parent | ef8a8ccdc1ae187a1d8ae29ee6d624eea9b373c0 [diff] |
update blob server uri path
diff --git a/bundle.go b/bundle.go index 3aaa584..acad9b1 100644 --- a/bundle.go +++ b/bundle.go
@@ -29,7 +29,7 @@ ) const ( - blobStoreUri = "blobs/{blobId}/signedurl" + blobStoreUri = "/blobs/{blobId}" ) type bundleManagerInterface interface {