Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upS3 uploader script #4
Merged
+139
−0
Conversation
| console.log('Working with version: ' + version) | ||
|
|
||
| // Check for S3 env variables | ||
| if (!process.env.S3_KEY || !process.env.S3_SECRET) { |
This comment has been minimized.
This comment has been minimized.
bbondy
Jan 19, 2016
Member
I think you can have these cached locally, at least the scripts I did for simple-ec2 I didn't need to have them set. The access key and secret key could be omittied.
|
This is great, nice work! |
| var async = require('async') | ||
|
|
||
| var args = require('yargs') | ||
| .usage('node tools/uploader.js --source=/full/directory/to/browser-laptop --send') |
This comment has been minimized.
This comment has been minimized.
bbondy
Jan 19, 2016
Member
Could you default this to ../browser-laptop if not specified?
Assuming would have both checked out side by side.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bbondy
Jan 19, 2016
Member
If it causes any complications don't spend too much time on it, I'm fine putting my key in too via env var.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
aekeus commentedJan 19, 2016