2

我正在sharp使用AWS Lambda. 它适用于测试,但问题是如何根据图像的内容类型给出动态内容类型。

我的代码是

then(buffer => S3.putObject({
    Body: buffer,
    Bucket: dstBucket,
    ContentType: 'image/jpeg',
    Key: dstKey,
  }).promise()
)

我希望这个 contentType 是根据缓冲区内容类型。

4

0 回答 0