mirror of
https://github.com/ivabus/www
synced 2024-11-10 13:45:14 +03:00
remove acl
This commit is contained in:
parent
29c58a71e9
commit
97949f716b
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue