Skip to content

Commit

Permalink
Fixed #106: ALlow metadata to be returned.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jun 30, 2017
1 parent b0b48f8 commit 14eadfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AwsS3Adapter.php
Expand Up @@ -24,6 +24,7 @@ class AwsS3Adapter extends AbstractAdapter implements CanOverwriteFiles
'ContentLength' => 'size',
'ContentType' => 'mimetype',
'Size' => 'size',
'Metadata' => 'metadata',
];

/**
Expand Down

0 comments on commit 14eadfd

Please sign in to comment.