It's a pretty basic webapp that formats and showcases a list of images from an AWS S3 bucket.
It's node.js it talks to S3 and it uses patternfly for the UI.
npm install
npm start
oc new-app https://github.com/dudash/s3-image-viewer-webapp.git
You will need to a few environment variables to point your service to your AWS S3 source and configure preferences.
- Bucket Names - TBD
- Image Extension Filtering - TBD
- Credentials for accessing private buckets - TBD
Follow the guidelines in the CONTRIBUTING doc