missed some files for tests

This commit is contained in:
Pierig Le Saux
2026-04-26 20:49:30 -04:00
committed by André Roth
parent a2fb925a94
commit 46e9ac65fa
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -285,6 +285,10 @@ gcs_publish_endpoints:
# # Project (optional)
# # Quota project used for GCS requests
# project: ""
# # Endpoint (optional)
# # Override the GCS endpoint (e.g. for staging or a fake server);
# # leave empty to use the default GCS endpoint
# endpoint: ""
# # Default ACLs (optional)
# # assign ACL to published files:
# # * private (default)
+4
View File
@@ -285,6 +285,10 @@ gcs_publish_endpoints:
# # Project (optional)
# # Quota project used for GCS requests
# project: ""
# # Endpoint (optional)
# # Override the GCS endpoint (e.g. for staging or a fake server);
# # leave empty to use the default GCS endpoint
# endpoint: ""
# # Default ACLs (optional)
# # assign ACL to published files:
# # * private (default)
+2
View File
@@ -142,6 +142,7 @@ func (s *ConfigSuite) TestSaveConfig(c *C) {
" \"credentialsFile\": \"\",\n" +
" \"serviceAccountJSON\": \"\",\n" +
" \"project\": \"\",\n" +
" \"endpoint\": \"\",\n" +
" \"acl\": \"\",\n" +
" \"storageClass\": \"\",\n" +
" \"encryptionKey\": \"\",\n" +
@@ -377,6 +378,7 @@ gcs_publish_endpoints:
credentials_file: /tmp/creds.json
service_account_json: '{"type":"service_account"}'
project: test-project
endpoint: ""
acl: public-read
storage_class: STANDARD
encryption_key: "12345678901234567890123456789012"