mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
missed some files for tests
This commit is contained in:
committed by
André Roth
parent
a2fb925a94
commit
46e9ac65fa
Vendored
+4
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user