distribution/cmd/registry/rados.go
Brian Bland ff03381d49 Adds new storagedriver.FileWriter interface
Updates registry storage code to use this for better resumable writes.
Implements this interface for the following drivers:
 + Inmemory
 + Filesystem
 + S3
 + Azure

Signed-off-by: Brian Bland <brian.bland@docker.com>
2016-03-08 16:37:44 -08:00

5 lines
114 B
Go

// +build include_rados
package main
// import _ "github.com/docker/distribution/registry/storage/driver/rados"