Example #1
0
func init() {
	blobserver.RegisterStorageConstructor("s3", blobserver.StorageConstructor(newFromConfig))
}
Example #2
0
func init() {
	shards = newSharder()
	blobserver.RegisterStorageConstructor("swift", blobserver.StorageConstructor(newFromConfig))
}