banno-digital-toolkit

Banno External Plugin S3 Hosting Question


I am developing 2 plugins for Banno and have a hosting question.

My client will be hosting the plugins on S3. Can I use 1 bucket for both plugins or will they each need a bucket?

Thank you.

I haven't uploaded anything to S3 yet.


Solution

  • We don't have material specific to Amazon Web Services (e.g., S3) but here's some general guidance which may be helpful.

    No matter what, you'll need to make sure that your plugin's content is hosted by your public-facing web server. This means your web server must be accessible via the internet and cannot require the user to be on a specific network or VPN.

    See these resources for more info:

    The gist is that how you build your plugin's web service is at your discretion.