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:
parent
7b54f5cfdc
commit
1135e9fe01
7 changed files with 131 additions and 111 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue