Aws/s3 Site Deploy
@mgreten/aws/s3-site-deployv2026.05.21.2
01README
Deploy a static site directory to AWS S3 with MD5-based change detection and stale object cleanup
02Models
@mgreten/aws/s3-site-deployv2026.05.21.2s3_site_deploy.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| bucket | string | S3 bucket name to deploy to |
| region | string | AWS region for the S3 bucket |
| accessKeyId | string | AWS access key ID — use a vault expression, e.g. ${{ vault.get(my-vault, AWS_ACCESS_KEY_ID) }} |
| secretAccessKey | string | AWS secret access key — use a vault expression, e.g. ${{ vault.get(my-vault, AWS_SECRET_ACCESS_KEY) }} |
| skipPaths | array | Additional 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
03Previous Versions
2026.05.21.1May 22, 2026
04Stats
A
100 / 100
Downloads
2
Archive size
339.7 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels