Skip to content

Commit ce00f7c

Browse files
authored
Allow 'endpoint' option in AwsS3 storage configuration (#71)
1 parent 7411b0e commit ce00f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getConfigTreeBuilder()
3737
$this->validateAuthenticationType(['root'], $config, 'Local');
3838
break;
3939
case 'AwsS3':
40-
$this->validateAuthenticationType(['key', 'secret', 'region', 'version', 'bucket', 'root'], $config, 'AwsS3');
40+
$this->validateAuthenticationType(['key', 'secret', 'region', 'version', 'bucket', 'root', 'endpoint'], $config, 'AwsS3');
4141
break;
4242
case 'B2':
4343
$this->validateAuthenticationType(['key', 'accountId', 'bucket'], $config, 'B2');

0 commit comments

Comments
 (0)