This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Prerequisite: meteor add peerlibrary:aws-sdk | |
| Terminology: | |
| AWS: Amazon web services | |
| S3: Simple storage service (one of the above.) | |
| Create a bucket on S3. Use AWS Identity and Access Manager to create | |
| a user that your app can log in as . Attach a policy to that user |