Example #1
0
func init() {
	driver.Register("upyun", InitFunc)
}
Example #2
0
func init() {
	driver.Register("amazons3", InitFunc)
}
Example #3
0
func init() {
	driver.Register("qcloud", InitFunc)
}
Example #4
0
func init() {
	driver.Register("oss", InitFunc)
}
Example #5
0
func init() {
	driver.Register("qiniu", InitFunc)
}
Example #6
0
func init() {
	driver.Register("googlecloudsave", InitFunc)
}