An open API service indexing awesome lists of open source software.

https://github.com/cbschuld/chrisschuld.com-images

images for chrisschuld.com
https://github.com/cbschuld/chrisschuld.com-images

Last synced: over 1 year ago
JSON representation

images for chrisschuld.com

Awesome Lists containing this project

README

          

# chrisschuld.com-images
Public images for chrisschuld.com

Uses S3 sync to make copying images up to S3 easy.

## Syncing with S3 chrisschuld.com
```
aws s3 sync --acl public-read ./images/ s3://chrisschuld.com/images/ --profile chrisschuld.com
```