From a78d0227cd504b3492c4ad8798409b3982385977 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 23 Aug 2021 23:19:31 -0700 Subject: [PATCH] adjust package name --- weed/remote_storage/gcs/gcs_storage_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/remote_storage/gcs/gcs_storage_client.go b/weed/remote_storage/gcs/gcs_storage_client.go index 9ca583b21..d62315c97 100644 --- a/weed/remote_storage/gcs/gcs_storage_client.go +++ b/weed/remote_storage/gcs/gcs_storage_client.go @@ -1,4 +1,4 @@ -package s3 +package gcs import ( "cloud.google.com/go/storage"