Skip to content

Commit

Permalink
Fix distribution config
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jun 24, 2021
1 parent feb409a commit 1a88515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private function createS3Resolver(string $name, array $config): UriResolverInter
$client = new S3Client([
'version' => $config['version'] ?? 'latest',
'region' => $config['region'],
'endpoint' => $server['endpoint'] ?? null,
'endpoint' => $config['endpoint'] ?? null,
'credentials' => new Credentials(
$config['key'],
$config['secret'],
Expand Down

0 comments on commit 1a88515

Please sign in to comment.