aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-23 23:19:31 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-23 23:19:31 -0700
commita78d0227cd504b3492c4ad8798409b3982385977 (patch)
tree571831359be73b5d729b470674f2a711bdb82f7e
parent12631a3f5b85e438b312b02bac044617fa106f45 (diff)
downloadseaweedfs-a78d0227cd504b3492c4ad8798409b3982385977.tar.xz
seaweedfs-a78d0227cd504b3492c4ad8798409b3982385977.zip
adjust package name
-rw-r--r--weed/remote_storage/gcs/gcs_storage_client.go2
1 files changed, 1 insertions, 1 deletions
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"