add repo private chat

This commit is contained in:
namhq1989 2023-03-22 16:13:11 +07:00
parent e5f266c54a
commit e857841b95
1 changed files with 2 additions and 0 deletions

View File

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