osbuild-uploadgeneric-s3: remove aws sdk v1 dependency
This commit is contained in:
parent
cda0db91f5
commit
990ed6a9ad
1 changed files with 1 additions and 3 deletions
|
|
@ -5,8 +5,6 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/aws/aws-sdk-go/aws"
|
|
||||||
|
|
||||||
"github.com/osbuild/osbuild-composer/internal/cloud/awscloud"
|
"github.com/osbuild/osbuild-composer/internal/cloud/awscloud"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -55,5 +53,5 @@ func main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("file uploaded to %s\n", aws.StringValue(&uploadOutput.Location))
|
fmt.Printf("file uploaded to %s\n", uploadOutput.Location)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue