Use gcp upload implementation from osbuild/images
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
bce2bbf9e1
commit
992c6365f0
9 changed files with 520 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
"golang.org/x/sync/semaphore"
|
||||
"google.golang.org/api/iterator"
|
||||
|
||||
"github.com/osbuild/osbuild-composer/internal/cloud/gcp"
|
||||
"github.com/osbuild/images/pkg/cloud/gcp"
|
||||
)
|
||||
|
||||
func GCPCleanup(creds []byte, maxConcurrentRequests int, dryRun bool, cutoff time.Time) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue