mirror of
https://github.com/distribution/distribution.git
synced 2025-09-12 13:23:32 +00:00
Enables s3 driver, limits permission check to scope of rootdirectory
Signed-off-by: Brian Bland <brian.bland@docker.com>
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user