Commit 2d7245b6 authored by Pawel Rozlach's avatar Pawel Rozlach 💬
Browse files

feat: switch aws cloudfront signer from aws-sdk-go to aws-sdk-go-v2

parent dcb0c83f
Loading
Loading
Loading
Loading
+1 −0
+2 −0
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ import (
	"strings"
	"time"

	"github.com/aws/aws-sdk-go/service/cloudfront/sign"
	"github.com/aws/aws-sdk-go-v2/feature/cloudfront/sign"
	dcontext "github.com/docker/distribution/context"
	storagedriver "github.com/docker/distribution/registry/storage/driver"
	storagemiddleware "github.com/docker/distribution/registry/storage/driver/middleware"