ff03381d49
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>
5 lines
114 B
Go
5 lines
114 B
Go
// +build include_rados
|
|
|
|
package main
|
|
|
|
// import _ "github.com/docker/distribution/registry/storage/driver/rados"
|