Install 2.2.0 with docker . When imageUploadType set to s3 . Upload image have error > Error response received from instance metadata service codimd I find a way can fix it * /lib/imageRouter/s3.js ``` const credentials = { accessKeyId: config.s3.accessKeyId, secretAccessKey: config.s3.secretAccessKey, } const s3 = new S3Client({ credentials, region: config.s3.region }) ``` reference https://github.com/aws/aws-sdk-js-v3/issues/1396