Skip to content

Commit

Permalink
Merge pull request #101 from itainathaniel/master
Browse files Browse the repository at this point in the history
lowercased the D in MetaData to follow AWS guide
  • Loading branch information
Mulkave authored Oct 30, 2016
2 parents c8ef553 + 60f0291 commit b57823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vinelab/Cdn/Providers/AwsS3Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function upload($assets)

'ACL' => $this->acl,
'CacheControl' => $this->default['providers']['aws']['s3']['cache-control'],
'MetaData' => $this->default['providers']['aws']['s3']['metadata'],
'Metadata' => $this->default['providers']['aws']['s3']['metadata'],
'Expires' => $this->default['providers']['aws']['s3']['expires'],
]);
// var_dump(get_class($command));exit();
Expand Down

0 comments on commit b57823a

Please sign in to comment.