stojanovic / scottyjs

Deploy static websites and single page apps to AWS S3 and CloudFront with a single command
http://medium.com/@slobodan/single-command-deployment-for-single-page-apps-29941d62ef97
MIT License
707 stars 37 forks source link

Add multiple new options #17

Closed Jack12816 closed 7 years ago

Jack12816 commented 7 years ago

- What is it good for

Sometimes it could be handy to be able to disable Cloudfront as well as just output the resulting URL of the CDN/S3 bucket. Last but not least setting a lifecycle for object expiration could be handy, too. With this PR we are able to expire S3 objects based on the given prefix and the given amount of days. Only output the resulting URL can be handy on scripted usage.

- What I did

- What I did not

Tests are missing. :cry:

- A picture of a cute animal (not mandatory but encouraged) images

stojanovic commented 7 years ago

Thanks, I'll publish v1.9.0 in a few minutes. Btw, I'll try to add a roadmap for v2, we started working on it. There will be breaking changes. And more tests 😄

stojanovic commented 7 years ago

Done: https://github.com/stojanovic/scottyjs/releases/tag/v1.9.0

Jack12816 commented 7 years ago

Great! :) Thank you very much.