Skip to content

Commit

Permalink
fix an issue for non-pem users
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Jun 25, 2016
1 parent c92b281 commit c0094c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Vinelab/Cdn/Providers/AwsS3Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public function init($configurations)
'acl' => $this->default['providers']['aws']['s3']['acl'],
'cloudfront' => $this->default['providers']['aws']['s3']['cloudfront']['use'],
'cloudfront_url' => $this->default['providers']['aws']['s3']['cloudfront']['cdn_url'],
'http' => $this->default['providers']['aws']['s3']['http'],
];

// check if any required configuration is missed
Expand Down

0 comments on commit c0094c3

Please sign in to comment.