[ARVADOS] updated: f892f08b305dbac15d80b350c7a9192a5a7b2eaf

Git user git at public.curoverse.com
Thu Jan 12 18:41:09 EST 2017


Summary of changes:
 services/keepstore/azure_blob_volume.go | 8 ++++++++
 1 file changed, 8 insertions(+)

       via  f892f08b305dbac15d80b350c7a9192a5a7b2eaf (commit)
      from  6b30f7c9a223cc1d22974085f6df7aa62393cc55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f892f08b305dbac15d80b350c7a9192a5a7b2eaf
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Jan 12 18:40:59 2017 -0500

    10877: Add example using core.chinacloudapi.cn.

diff --git a/services/keepstore/azure_blob_volume.go b/services/keepstore/azure_blob_volume.go
index a28f8b7..16f1a0b 100644
--- a/services/keepstore/azure_blob_volume.go
+++ b/services/keepstore/azure_blob_volume.go
@@ -117,6 +117,14 @@ func (*AzureBlobVolume) Examples() []Volume {
 			AzureReplication:      3,
 			RequestTimeout:        azureDefaultRequestTimeout,
 		},
+		&AzureBlobVolume{
+			StorageAccountName:    "cn-account-name",
+			StorageAccountKeyFile: "/etc/azure_cn_storage_account_key.txt",
+			StorageBaseURL:        "core.chinacloudapi.cn",
+			ContainerName:         "cn-container-name",
+			AzureReplication:      3,
+			RequestTimeout:        azureDefaultRequestTimeout,
+		},
 	}
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list