Refactor Azure upload code to a separate package

as part of this, move also the AWS upload code to the same directory
This commit is contained in:
Martin Sehnoutka 2019-11-27 09:07:30 +01:00 committed by Tom Gundersen
parent 7b54f5cfdc
commit 1135e9fe01
7 changed files with 131 additions and 111 deletions

View file

@ -5,7 +5,7 @@ import (
"fmt"
"github.com/aws/aws-sdk-go/aws"
"github.com/osbuild/osbuild-composer/internal/awsupload"
"github.com/osbuild/osbuild-composer/internal/upload/awsupload"
)
func main() {