Skip to content

Commit 60f0291

Browse files
lowercased the D in MetaData to follow AWS guide
The parameter name should be `Metadata` and not `MetaData` according to http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-s3.html
1 parent c8ef553 commit 60f0291

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)