Open
Description
For our SSG project we have three separate buckets on S3.
project-assets
project-glide
project-ssg
Assets is uploaded assets
Glide is a specific bucket just for glide generated items
SSG is our bucket for the final transfer and compile.
When SSG is run, even though these glide assets exist in an external bucket, they are still generated. It would be great to add a flag to enable/disable the generation of these assets along with additional asset_url's for these items.
Since we use them in a separate bucket, the links should just maintain to the glide bucket. Or, as we have had to do in certain instances, we use an S3 sync to copy those glide items to the ssg bucket.
Please let me know what info would help to illustrate this if needed :)