Actions
Bug #10877
closed[Keep] Configurable base URL for Azure storage driver
Story points:
0.5
Updated by Tom Clegg about 8 years ago
- Category set to Keep
- Status changed from New to In Progress
- Assigned To set to Tom Clegg
10877-azure-base-url @ 6b30f7c9a223cc1d22974085f6df7aa62393cc55
Updated by Radhika Chippada about 8 years ago
LGTM @ f892f08b
Just one suggestion. It would be nice to add a comment in examples, something as follows:
--- a/services/keepstore/azure_blob_volume.go +++ b/services/keepstore/azure_blob_volume.go @@ -110,6 +110,7 @@ type AzureBlobVolume struct { // Examples implements VolumeWithExamples. func (*AzureBlobVolume) Examples() []Volume { return []Volume{ + // Blob volume with default StorageBaseURL &AzureBlobVolume{ StorageAccountName: "example-account-name", StorageAccountKeyFile: "/etc/azure_storage_account_key.txt", @@ -117,6 +118,7 @@ func (*AzureBlobVolume) Examples() []Volume { AzureReplication: 3, RequestTimeout: azureDefaultRequestTimeout, }, + // Blob volume for China &AzureBlobVolume{ StorageAccountName: "cn-account-name", StorageAccountKeyFile: "/etc/azure_cn_storage_account_key.txt",
Updated by Tom Clegg about 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|commit:a6f289904b3960a9ffaf4be453ce82d3757fba23.
Updated by Nico César about 8 years ago
Germany will be another entry there and probably .
Updated by Nico César about 8 years ago
is there a command line parameter too?
2017-01-13_14:20:35.64862 Starting keepstore from /etc/sv/keepstore
2017-01-13_14:20:35.67242 flag provided but not defined: -azure-storage-base-url
Actions