mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-30 06:31:26 +08:00
iot init
This commit is contained in:
9
pkg/config/oss.go
Normal file
9
pkg/config/oss.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
type Oss struct {
|
||||
Endpoint string `yaml:"endpoint"`
|
||||
AccessKey string `yaml:"accessKey"`
|
||||
SecretKey string `yaml:"secretKey"`
|
||||
BucketName string `yaml:"bucketName"`
|
||||
UseSSL bool `yaml:"useSSL"`
|
||||
}
|
||||
Reference in New Issue
Block a user