We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47eccc1 commit c03c92cCopy full SHA for c03c92c
docusaurus/docs/dev-docs/providers.md
@@ -420,7 +420,6 @@ module.exports = {
420
Bucket: config.params.Bucket,
421
Key: file.path,
422
Expires: 60, // URL expiration time in seconds
423
- ACL: "private", // make sure the asset is private and can only be accessed via signed URLs
424
};
425
426
const signedUrl = await s3.getSignedUrlPromise("getObject", params);
@@ -460,7 +459,6 @@ module.exports = {
460
459
461
462
463
464
465
466
0 commit comments