-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
pr: fixUsed on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc.Used on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc.status: pending reproductionWaiting for free time to reproduce the issue, or more informationWaiting for free time to reproduce the issue, or more information
Description
Link to the documentation page or resource
https://docs.strapi.io/developer-docs/latest/plugins/upload.html#using-a-provider
Describe the bug
After the 4.0.0 update, it appears there's a mismatch in documentation on the site as opposed to one of the readmes I located about the aws s3 uploader.
in the ./config/plugins.js
it should be:
upload: { config: { provider: } }
Currently in the documentation it does not include config. Also I think the provider name system needs to be updated. According to the plugin source code https://github.com/strapi/strapi/blob/master/packages/core/upload/server/bootstrap.js
Its looking for @strapi/provider-upload-{name} instead of strapi-provider-upload-{name}
Additional context
No response
Suggested improvements or fixes
No response
Related issue(s)/PR(s)
No response
MattieBelt, hrdunn and VadimCiv
Metadata
Metadata
Assignees
Labels
pr: fixUsed on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc.Used on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc.status: pending reproductionWaiting for free time to reproduce the issue, or more informationWaiting for free time to reproduce the issue, or more information