@ -19,6 +19,7 @@ func Init(cfg Config) (*Client, error) {
client, err := min.New(cfg.Endpoint, &min.Options{
Creds: credentials.NewStaticV4(cfg.AccessKey, cfg.SecretKey, ""),
Secure: cfg.UseSSL,
Region: "ap-southeast-1",
})
// return if error