Compare commits

..

No commits in common. "master" and "v0.0.5" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -3,10 +3,8 @@ package minio
var region = "ap-southeast-1" var region = "ap-southeast-1"
var Buckets = struct { var Buckets = struct {
Chat string
HelpCenter string HelpCenter string
}{ }{
Chat: "private-chat",
HelpCenter: "help-center", HelpCenter: "help-center",
} }