We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e311b commit 1709fd2Copy full SHA for 1709fd2
lib/cloud_controller/config_schemas/blobstore_benchmarks_schema.rb
@@ -7,7 +7,7 @@ class BlobstoreBenchmarksSchema < VCAP::Config
7
define_schema do
8
blobstore_section = {
9
blobstore_type: String,
10
- blobstore_provider: String,
+ optional(:blobstore_provider) => String,
11
12
optional(:connection_config) => Hash,
13
optional(:fog_connection) => Hash,
0 commit comments