From b2b5056163ef73c2bec0a7e88099fa5eb4c31687 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 20 Feb 2018 01:37:31 -0800 Subject: [PATCH] gateway/gcs: Remove unused storageEndpoint (#5556) --- cmd/gateway/gcs/gateway-gcs.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/gateway/gcs/gateway-gcs.go b/cmd/gateway/gcs/gateway-gcs.go index 492c2cbad..36456f596 100644 --- a/cmd/gateway/gcs/gateway-gcs.go +++ b/cmd/gateway/gcs/gateway-gcs.go @@ -345,8 +345,6 @@ type gcsGateway struct { ctx context.Context } -const googleStorageEndpoint = "storage.googleapis.com" - // Returns projectID from the GOOGLE_APPLICATION_CREDENTIALS file. func gcsParseProjectID(credsFile string) (projectID string, err error) { contents, err := ioutil.ReadFile(credsFile)