Trial activation, setRestaurantVisibility, Readme update, image upload fix

This commit is contained in:
2020-11-12 16:51:13 +01:00
parent cc72671911
commit 8830303fb4
5 changed files with 87 additions and 8 deletions

View File

@@ -18,7 +18,8 @@ async function renameBlob(blobURL) {
const key = blobURL.replace(containerURL, "");
s3.copyObject({
CopySource: "menuicdn/" + key,
Bucket: "menuicdn",
Bucket: "menuicdn",
ACL: 'public-read',
Key: removePrefix(key)
}, (err) => {
if (err) {