We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a05397 commit e9fe9c2Copy full SHA for e9fe9c2
api/src/S3Manager.php
@@ -47,6 +47,7 @@ public function saveImage(Imagick $im, $id) {
47
//TODO: Error Handling
48
$this->s3Client->putObject([
49
'Bucket' => $this->imageBucket,
50
+ 'ContentType' => 'image/png',
51
'Key' => "{$id}.png",
52
'Body' => $im->getImageBlob()
53
]);
0 commit comments