Skip to content

Commit 1709fd2

Browse files
authored
Blobstore provider is not required for fog, make it optional (#4794)
1 parent a9e311b commit 1709fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cloud_controller/config_schemas/blobstore_benchmarks_schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class BlobstoreBenchmarksSchema < VCAP::Config
77
define_schema do
88
blobstore_section = {
99
blobstore_type: String,
10-
blobstore_provider: String,
10+
optional(:blobstore_provider) => String,
1111

1212
optional(:connection_config) => Hash,
1313
optional(:fog_connection) => Hash,

0 commit comments

Comments
 (0)