Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1574)

Unified Diff: common/gcloud/gs/writer.go

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: common/gcloud/gs/writer.go
diff --git a/common/gcloud/gs/writer.go b/common/gcloud/gs/writer.go
index 613f25a97bc5b49540d6edc6aba7f9855b814bed..cb3b6ef43499cfce8926eabfde273ca98b1a8cb8 100644
--- a/common/gcloud/gs/writer.go
+++ b/common/gcloud/gs/writer.go
@@ -8,11 +8,11 @@ import (
"io"
"time"
+ gs "cloud.google.com/go/storage"
"github.com/luci/luci-go/common/errors"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/common/retry"
"golang.org/x/net/context"
- gs "google.golang.org/cloud/storage"
)
// Writer is an augmented io.WriteCloser instance.

Powered by Google App Engine
This is Rietveld 408576698