alpha
Login
or
Join now
andri.dk
/
s3preview
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/andrioid/s3preview. Preview serving microservice for s3. Generates and uploads any missing thumbnails. Redirects to existing.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
bleh
author
Andri Oskarsson
date
11 years ago
(Jun 23, 2015, 2:45 PM +0200)
commit
cddd4fd6
cddd4fd60bf14bf8d6894dc138235fa6d8c784d9
parent
818e4208
818e42082b53fa5afca86f8739bb8df9abb96dcb
+9
-6
1 changed file
Expand all
Collapse all
Unified
Split
app.json
+9
-6
app.json
View file
Reviewed
···
5
5
"logo": "https://node-js-sample.herokuapp.com/node.svg",
6
6
"keywords": ["go", "golang", "s3", "thumbnails", "microservice"],
7
7
"env": {
8
8
-
"AWS_ACCESS_KEY_ID": {
9
9
-
"description": "AWS Access Key ID. Needs to be able to READ, WRITE and LIST buckets"
10
10
-
},
11
11
-
"AWS_SECRET_ACCESS_KEY": {
12
12
-
"description": "AWS Secret Key"
13
13
-
}
8
8
+
"AWS_ACCESS_KEY_ID": {
9
9
+
"description": "AWS Access Key ID. Needs to be able to READ, WRITE and LIST buckets.",
10
10
+
"value": ""
11
11
+
},
12
12
+
"AWS_SECRET_ACCESS_KEY": {
13
13
+
"description": "AWS Secret Key",
14
14
+
"value": ""
15
15
+
}
16
16
+
}
14
17
}