Bud - Upload assets to s3

Is there any way to upload the assets to s3 after compilation is done?
I am using bud 6.3.4

It’s definitely a feature I would like to incorporate into a future release.

For now you would need to do that on your own:

app.hooks.action('compiler.success', async app => {
  // upload
})
4 Likes

That would be amazing!
Thanks.

This is included in 6.5.0

Full docs:

Obviously a new feature, let me know if it works out for you. :crossed_fingers:

2 Likes