Exemple #1
0
func init() {
	factory.Register("gcs", &gcsdesc{})
}
Exemple #2
0
func init() {
	factory.Register("qcloud", &qclouddesc{})
}
Exemple #3
0
func init() {
	factory.Register("oss", &ossdesc{})
}
Exemple #4
0
func init() {
	factory.Register("qiniu", &qiniudesc{})
}
Exemple #5
0
func init() {
	factory.Register("s3", &s3desc{})
}
Exemple #6
0
func init() {
	factory.Register("rados", &radosdesc{})
}
Exemple #7
0
func init() {
	factory.Register("aliyun", &aliyundesc{})
}
Exemple #8
0
func init() {
	factory.Register("upyun", &upyundesc{})
}