// 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