From cc9d693f224c103375f30786396eddb4ec53fd10 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Tue, 11 Feb 2020 02:28:28 -0700 Subject: [PATCH] Add documentation reference for AWS SES URLs Signed-off-by: Derrick Mehaffy --- docs/3.0.0-beta.x/plugins/upload.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/3.0.0-beta.x/plugins/upload.md b/docs/3.0.0-beta.x/plugins/upload.md index 6fdf525446..bbc3edffdd 100644 --- a/docs/3.0.0-beta.x/plugins/upload.md +++ b/docs/3.0.0-beta.x/plugins/upload.md @@ -290,6 +290,10 @@ If the provider is not in the mono repo, you probably don't need `@beta` dependi Then, visit [http://localhost:1337/admin/plugins/upload/configurations/development](http://localhost:1337/admin/plugins/upload/configurations/development) on your web browser and configure the provider. +::: tip +Some providers may have additional settings such as the AWS S3 needs an API endpoint URL. You can find a list of these for AWS [here](https://docs.aws.amazon.com/general/latest/gr/ses.html) +::: + ## Create providers If you want to create your own, make sure the name starts with `strapi-provider-upload-` (duplicating an existing one will be easier to create), modify the `auth` config object and customize the `upload` and `delete` functions.