From 309bb6c4d068b0d480681cf4ef1b90158527dfe5 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 12 Mar 2018 17:34:42 +0000 Subject: Remove path config option from Azure service The Active Storage service for Azure Storage has an option called `path` that is ambiguous in meaning. It needs to be set to the primary blob storage endpoint but that can be determined from the blobs client anyway. To simplify the configuration this commit removes the `path` option and gets the endpoint from the blobs client instead. Closes #32225. --- activestorage/test/service/configurations.example.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'activestorage/test/service') diff --git a/activestorage/test/service/configurations.example.yml b/activestorage/test/service/configurations.example.yml index 43cc013bc8..a63aa33302 100644 --- a/activestorage/test/service/configurations.example.yml +++ b/activestorage/test/service/configurations.example.yml @@ -24,7 +24,6 @@ # # azure: # service: AzureStorage -# path: "" # storage_account_name: "" # storage_access_key: "" # container: "" -- cgit v1.2.3