### As a shareholder, I need to migrate our image service to an AWS S3 instance so that we can reduce the cost of the site. --- ### tasks - [x] set up S3 buckets for development, staging, and production - [x] set up https and encryption for the S3 buckets - [x] set up security policies restricting access to only calls from the site - [x] set up Cloudfront for image cacheing and CDN - [x] migrate all images to the S3 buckets - [x] update all admin UI fields to use the file type and point to the new image locations - [x] update the admin UI to provide an image preview - [x] turn off Cloudinary service through Cloudinary - [ ] remove Cloudinary setup and config from the application ### related issues #52
As a shareholder, I need to migrate our image service to an AWS S3 instance so that we can reduce the cost of the site.
tasks
related issues
#52