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