- create and configure buckets and enable static hosting
- create a user and download credentials
- install aws cli -
$ brew install awscli
- set up configuration (using the creds of newly created user) -
$ aws configure
- [deploy!](http://serverfault.com/a/754720, https://docs.aws.amazon.com/cli/latest/reference/s3/) -
$ aws s3 sync source_folder s3://your_bucket_name/destination_folder/
- Enable CORS - in bucket Properties/Permissions (next to bucket policy)