aboutsummaryrefslogtreecommitdiff
path: root/weed/cluster/cluster.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/cluster/cluster.go')
-rw-r--r--weed/cluster/cluster.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/cluster/cluster.go b/weed/cluster/cluster.go
index 638553b04..a52aa2721 100644
--- a/weed/cluster/cluster.go
+++ b/weed/cluster/cluster.go
@@ -13,6 +13,7 @@ const (
VolumeServerType = "volumeServer"
FilerType = "filer"
BrokerType = "broker"
+ S3Type = "s3"
)
type FilerGroupName string