remove acl

This commit is contained in:
neil 2022-10-18 14:51:19 +08:00
parent 29c58a71e9
commit 97949f716b

View file

@ -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();