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