Use gcp upload implementation from osbuild/images

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-08-12 17:06:10 +02:00 committed by Achilleas Koutsou
parent bce2bbf9e1
commit 992c6365f0
9 changed files with 520 additions and 5 deletions

View file

@ -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 {