mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +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)
|
# # Project (optional)
|
||||||
# # Quota project used for GCS requests
|
# # Quota project used for GCS requests
|
||||||
# project: ""
|
# 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)
|
# # Default ACLs (optional)
|
||||||
# # assign ACL to published files:
|
# # assign ACL to published files:
|
||||||
# # * private (default)
|
# # * private (default)
|
||||||
|
|||||||
@@ -285,6 +285,10 @@ gcs_publish_endpoints:
|
|||||||
# # Project (optional)
|
# # Project (optional)
|
||||||
# # Quota project used for GCS requests
|
# # Quota project used for GCS requests
|
||||||
# project: ""
|
# 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)
|
# # Default ACLs (optional)
|
||||||
# # assign ACL to published files:
|
# # assign ACL to published files:
|
||||||
# # * private (default)
|
# # * private (default)
|
||||||
|
|||||||
@@ -142,6 +142,7 @@ func (s *ConfigSuite) TestSaveConfig(c *C) {
|
|||||||
" \"credentialsFile\": \"\",\n" +
|
" \"credentialsFile\": \"\",\n" +
|
||||||
" \"serviceAccountJSON\": \"\",\n" +
|
" \"serviceAccountJSON\": \"\",\n" +
|
||||||
" \"project\": \"\",\n" +
|
" \"project\": \"\",\n" +
|
||||||
|
" \"endpoint\": \"\",\n" +
|
||||||
" \"acl\": \"\",\n" +
|
" \"acl\": \"\",\n" +
|
||||||
" \"storageClass\": \"\",\n" +
|
" \"storageClass\": \"\",\n" +
|
||||||
" \"encryptionKey\": \"\",\n" +
|
" \"encryptionKey\": \"\",\n" +
|
||||||
@@ -377,6 +378,7 @@ gcs_publish_endpoints:
|
|||||||
credentials_file: /tmp/creds.json
|
credentials_file: /tmp/creds.json
|
||||||
service_account_json: '{"type":"service_account"}'
|
service_account_json: '{"type":"service_account"}'
|
||||||
project: test-project
|
project: test-project
|
||||||
|
endpoint: ""
|
||||||
acl: public-read
|
acl: public-read
|
||||||
storage_class: STANDARD
|
storage_class: STANDARD
|
||||||
encryption_key: "12345678901234567890123456789012"
|
encryption_key: "12345678901234567890123456789012"
|
||||||
|
|||||||
Reference in New Issue
Block a user