#Configure file plugin

5 messages · Page 1 of 1 (latest)

coarse sparrow
#

Hi guys I have followed the minio plugin installation Doc but I aming getting this error while trying to upload a file:

S3 API Requests must be made to API Port
InvalidArgument: S3 API Requests must be made to API Port

I am using Nextjs storefront

coarse sparrow
#

Any help <@&1047436024575442974>

ancient forge
#

Please, stop mentioning 😒

#

Don’t forget to share any relevant info such as the different package versions and config

vernal bough
#

@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,
    },
  },