We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7411b0e commit ce00f7cCopy full SHA for ce00f7c
DependencyInjection/Configuration.php
@@ -37,7 +37,7 @@ public function getConfigTreeBuilder()
37
$this->validateAuthenticationType(['root'], $config, 'Local');
38
break;
39
case 'AwsS3':
40
- $this->validateAuthenticationType(['key', 'secret', 'region', 'version', 'bucket', 'root'], $config, 'AwsS3');
+ $this->validateAuthenticationType(['key', 'secret', 'region', 'version', 'bucket', 'root', 'endpoint'], $config, 'AwsS3');
41
42
case 'B2':
43
$this->validateAuthenticationType(['key', 'accountId', 'bucket'], $config, 'B2');
0 commit comments