Skip to content

Commit

Permalink
fix: disable metadata addition
Browse files Browse the repository at this point in the history
  • Loading branch information
nerg4l committed Apr 1, 2024
1 parent d332514 commit 001d703
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Http/Controller/S3MultipartController.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ public function uploadParameters(Request $request)
]);

$params = [
'success_action_status' => '201',
'content-type' => $data['type'],
'ContentType' => $data['type'],
// TODO: find out why metadata addition is failing,
// 'Metadata' => $this->encodeMetadata($data['metadata']),
];

if ($acl = config('multipart-of-madness.acl')) {
Expand Down

0 comments on commit 001d703

Please sign in to comment.