Skip to content

Commit b57823a

Browse files
authored
Merge pull request Vinelab#101 from itainathaniel/master
lowercased the D in MetaData to follow AWS guide
2 parents c8ef553 + 60f0291 commit b57823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Vinelab/Cdn/Providers/AwsS3Provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function upload($assets)
211211

212212
'ACL' => $this->acl,
213213
'CacheControl' => $this->default['providers']['aws']['s3']['cache-control'],
214-
'MetaData' => $this->default['providers']['aws']['s3']['metadata'],
214+
'Metadata' => $this->default['providers']['aws']['s3']['metadata'],
215215
'Expires' => $this->default['providers']['aws']['s3']['expires'],
216216
]);
217217
// var_dump(get_class($command));exit();

0 commit comments

Comments
 (0)