gcs: add fake-gcs-server test suite, raise coverage

This commit is contained in:
Pierig Le Saux
2026-04-26 20:19:51 -04:00
committed by André Roth
parent 7dd5c34254
commit 83b1c1b6cb
6 changed files with 629 additions and 120 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ func (context *AptlyContext) GetPublishedStorage(name string) aptly.PublishedSto
var err error
publishedStorage, err = gcs.NewPublishedStorage(
params.Bucket, params.Prefix, params.CredentialsFile, params.ServiceAccountJSON,
params.Project, params.ACL, params.StorageClass, params.EncryptionKey,
params.Project, params.Endpoint, params.ACL, params.StorageClass, params.EncryptionKey,
params.DisableMultiDel, params.Debug)
if err != nil {
Fatal(err)