Skip to content

Commit

Permalink
Beskar: Add cloudfront storage middleware (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Kaneshiro <[email protected]>
  • Loading branch information
ikaneshiro and ikaneshiro authored Feb 26, 2024
1 parent 0556e43 commit d987884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/pkg/beskar/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ import (
_ "github.com/distribution/distribution/v3/registry/storage/driver/azure"
// load distribution gcs storage driver
_ "github.com/distribution/distribution/v3/registry/storage/driver/gcs"

// load distribution cloudfront storage middleware
_ "github.com/distribution/distribution/v3/registry/storage/driver/middleware/cloudfront"
)

var serverPluginContextKey int
Expand Down

0 comments on commit d987884

Please sign in to comment.