update module/import paths to new name, add cli framework

This commit is contained in:
Ben McClelland
2023-05-28 12:10:12 -07:00
parent 74b28283bf
commit 8b79fb24de
18 changed files with 216 additions and 41 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/aws/aws-sdk-go-v2/service/s3"
"github.com/aws/aws-sdk-go-v2/service/s3/types"
"github.com/versity/scoutgw/s3err"
"github.com/versity/versitygw/s3err"
)
//go:generate moq -out backend_moq_test.go . Backend