Skip to main content

Aws/s3 Site Deploy

@mgreten/aws/s3-site-deployv2026.07.16.1· 1mo agoMODELS
01README

Deploy a static site directory to AWS S3 with MD5-based change detection and stale object cleanup

02Release Notes

Rebuild against swamp CLI 20260716

03Models1
@mgreten/aws/s3-site-deployv2026.07.16.1s3_site_deploy.ts

Global Arguments

ArgumentTypeDescription
bucketstringS3 bucket name to deploy to
regionstringAWS region for the S3 bucket
accessKeyIdstringAWS access key ID — use a vault expression, e.g. ${{ vault.get(my-vault, AWS_ACCESS_KEY_ID) }}
secretAccessKeystringAWS secret access key — use a vault expression, e.g. ${{ vault.get(my-vault, AWS_SECRET_ACCESS_KEY) }}
skipPathsarrayAdditional top-level paths to exclude from deployment (e.g. ['CLAUDE.md', 'Makefile', 'docs']). Paths starting with '.' or '_' are always skipped.
fn deploy()
Upload changed/new site files to S3 and remove stale objects from the bucket

Resources

deployment(infinite)— Deployment result metadata
04Previous Versions4
2026.06.27.2
2026.06.27.1

Added 1, removed 1 models

2026.05.21.2
2026.05.21.1
05Stats
A
100 / 100
Downloads
4
Archive size
307.7 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels