[READ-ONLY] Mirror of https://github.com/andrioid/s3preview. Preview serving microservice for s3. Generates and uploads any missing thumbnails. Redirects to existing.
0

Configure Feed

Select the types of activity you want to include in your feed.

bleh

+9 -6
+9 -6
app.json
··· 5 5 "logo": "https://node-js-sample.herokuapp.com/node.svg", 6 6 "keywords": ["go", "golang", "s3", "thumbnails", "microservice"], 7 7 "env": { 8 - "AWS_ACCESS_KEY_ID": { 9 - "description": "AWS Access Key ID. Needs to be able to READ, WRITE and LIST buckets" 10 - }, 11 - "AWS_SECRET_ACCESS_KEY": { 12 - "description": "AWS Secret Key" 13 - } 8 + "AWS_ACCESS_KEY_ID": { 9 + "description": "AWS Access Key ID. Needs to be able to READ, WRITE and LIST buckets.", 10 + "value": "" 11 + }, 12 + "AWS_SECRET_ACCESS_KEY": { 13 + "description": "AWS Secret Key", 14 + "value": "" 15 + } 16 + } 14 17 }