Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 90cccd2

Browse files
authored
Merge pull request #4156 from withspectrum/2.4.53-fix-2
2.4.53 fix 2
2 parents 0bae5dd + 82bdb91 commit 90cccd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/utils/s3.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export const uploadImage = async (
5959
Bucket: path,
6060
Key: fileKey,
6161
Body: stream,
62-
ACL: 'public-read',
6362
},
6463
(err, data) => {
6564
if (err) throw new Error(err);

0 commit comments

Comments
 (0)