Skip to content

Instantly share code, notes, and snippets.

@viktorfa
Last active August 17, 2020 10:36
Show Gist options
  • Save viktorfa/6d8973dd95998b1325f4f8c981e08bf8 to your computer and use it in GitHub Desktop.
Save viktorfa/6d8973dd95998b1325f4f8c981e08bf8 to your computer and use it in GitHub Desktop.
// config/plugins.js
module.exports = ({ env }) => ({
upload: {
provider: "aws-s3",
providerOptions: {
params: {
Bucket: env("BUCKET_NAME"),
},
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment