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
View File
@@ -197,6 +197,7 @@ type GCSPublishRoot struct {
CredentialsFile string `json:"credentialsFile" yaml:"credentials_file"`
ServiceAccountJSON string `json:"serviceAccountJSON" yaml:"service_account_json"`
Project string `json:"project" yaml:"project"`
Endpoint string `json:"endpoint" yaml:"endpoint"`
ACL string `json:"acl" yaml:"acl"`
StorageClass string `json:"storageClass" yaml:"storage_class"`
EncryptionKey string `json:"encryptionKey" yaml:"encryption_key"`