#Configure file plugin
5 messages · Page 1 of 1 (latest)
Any help <@&1047436024575442974>
Please, stop mentioning 😒
Don’t forget to share any relevant info such as the different package versions and config
@coarse sparrow Can I get you to open an issue on GitHub?
Also, hard to debug without knowing how you've set up the plugin. Your medusa-config.js should look something like this:
{
resolve: "medusa-file-s3",
options: {
bucket: S3_BUCKET,
s3_url: S3_URL,
access_key_id: S3_ACCESS_KEY_ID,
secret_access_key: S3_SECRET_ACCESS_KEY,
region: S3_REGION,
},
},