Skip to content

Commit

Permalink
Apply fixes from StyleCI (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag authored Jul 28, 2019
1 parent 212498a commit 306e604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Configuration/ElFinderConfigurationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ private function configureFlysystem($opt, $adapter, $serviceName)
'key' => $opt['aws_s3_v3']['key'],
'secret' => $opt['aws_s3_v3']['secret'],
),
'region' => $opt['aws_s3_v3']['region'],
'version' => $opt['aws_s3_v3']['version'],
'endpoint' => $opt['aws_s3_v3']['endpoint'],
'region' => $opt['aws_s3_v3']['region'],
'version' => $opt['aws_s3_v3']['version'],
'endpoint' => $opt['aws_s3_v3']['endpoint'],
'use_path_style_endpoint' => $opt['aws_s3_v3']['use_path_style_endpoint'],
));
$filesystem = new Filesystem(new AwsS3v3($client, $opt['aws_s3_v3']['bucket_name'], $opt['aws_s3_v3']['optional_prefix'], $opt['aws_s3_v3']['options']));
Expand Down

0 comments on commit 306e604

Please sign in to comment.