• v1 d431fbddb4

    site-publish: honor site.yaml excludes during S3 sync

    dfritz released this 2026-05-28 15:12:10 +00:00 | 0 commits to main since this release

    site.yaml can now declare excludes: [paths/patterns] that are passed to
    aws s3 sync and aws s3 cp as --exclude flags, so the listed objects
    are neither uploaded from the build dir nor deleted from the bucket.
    Escape hatch for assets managed out-of-band (e.g. large PDFs uploaded
    via aws-cli) that would otherwise be wiped by --delete.

    Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

    Downloads