Enables s3 driver, limits permission check to scope of rootdirectory

Signed-off-by: Brian Bland <brian.bland@docker.com>
This commit is contained in:
Brian Bland 2015-01-12 13:02:22 -08:00
parent df4441d03c
commit 16a258ce69
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,7 @@ import (
"github.com/docker/distribution/registry"
_ "github.com/docker/distribution/storagedriver/filesystem"
_ "github.com/docker/distribution/storagedriver/inmemory"
_ "github.com/docker/distribution/storagedriver/s3"
)
func main() {