diff --git a/lambdas/src/functions/hello/handler.ts b/lambdas/src/functions/hello/handler.ts index ed0a279..18d094e 100644 --- a/lambdas/src/functions/hello/handler.ts +++ b/lambdas/src/functions/hello/handler.ts @@ -33,8 +33,7 @@ const writeData = async () => { Key: 'packages.json', Body: buf, ContentEncoding: 'base64', - ContentType: 'application/json', - ACL: 'public-read' + ContentType: 'application/json' }; await s3.putObject(data).promise();