refactor move auth to top level

This commit is contained in:
Ben McClelland
2023-06-19 11:09:43 -07:00
parent 776fda027c
commit 0f733ae0c8
13 changed files with 52 additions and 34 deletions

View File

@@ -36,8 +36,8 @@ import (
"github.com/aws/aws-sdk-go-v2/service/s3/types"
"github.com/google/uuid"
"github.com/pkg/xattr"
"github.com/versity/versitygw/auth"
"github.com/versity/versitygw/backend"
"github.com/versity/versitygw/backend/auth"
"github.com/versity/versitygw/s3err"
"github.com/versity/versitygw/s3response"
)