Skip to content

Commit

Permalink
removed AWS access key
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaw committed Jul 26, 2017
1 parent e3fcd52 commit 9b65ba0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@

## Mobile app

### *Important* AWS access key

Please change the aws access key in `jogging_time_tracker/App/Containers/UserImageHOC.js`

### Run App

Install `react-native`. To launch in iOS or Android,

```
Expand Down
4 changes: 2 additions & 2 deletions jogging_time_tracker/App/Containers/UserImageHOC.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const UserImageHOC = compose(
keyPrefix: 'uploads/',
bucket: 'toptal-jogging-timelogger',
region: 'ap-southeast-2',
accessKey: 'AKIAIDQZRFHOIUE7SL5A',
secretKey: '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',
accessKey: '',
secretKey: '',
successActionStatus: 201,
}

Expand Down

0 comments on commit 9b65ba0

Please sign in to comment.