Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Findley committed Dec 12, 2016
1 parent 1a215a6 commit 7a44366
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.idea
node_modules
node_modules
photos
_site
.sass-cache
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# finpics
Use AWS Rekognition to provide a faces search of finpics.com

Web Assets
aws s3 sync . s3://finpics.com --exclude "photos/*" --exclude ".gitignore" --exclude ".idea/*" --exclude ".git/*" --storage-class REDUCED_REDUNDANCY --profile bluefin

Photos
aws s3 sync . s3://finpics-pics --exclude "*" --include "photos/*" --storage-class REDUCED_REDUNDANCY --profile bluefin

aws s3 sync s3://finpics.com/photos s3://finpics-pics/photos --storage-class REDUCED_REDUNDANCY --profile bluefin

0 comments on commit 7a44366

Please sign in to comment.