# jakejarvis/s3-sync-action

🔄 GitHub Action to sync a directory with a remote S3 bucket 🧺

Repository: https://github.com/jakejarvis/s3-sync-action
Canonical: https://ross.abutalabs.com/products/s3-sync-action
Homepage: https://github.com/marketplace/actions/s3-sync
Language: Shell
License: MIT
License Family: permissive
Topics: github-actions, actions, s3, aws-s3, aws, deployment, ci
Archived: true
Last push: 2024-03-28T08:32:42+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2568, "days_push": 888, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1078, forks 491 (observed 2026-08-28T04:03:29.791326+00:00)

## What it is
A GitHub Action that syncs a directory from your repository or build output to a remote AWS S3 bucket using the vanilla AWS CLI. It is commonly used to deploy static websites from CI workflows.

## Use cases
- deploy a static website to s3 from github actions
- sync a build directory to an aws s3 bucket on push
- upload website files to s3 in ci pipeline
- automate s3 deployments with github workflows
- mirror local files to s3 with delete flag
- publish static site to aws from repository

## When to choose
- you deploy static sites or build artifacts to S3 from GitHub Actions
- you want a thin wrapper around aws s3 sync with full flag control
- you need simple, battle-tested S3 deployment in CI

## When to avoid
- you deploy to non-AWS object storage
- you need incremental or canary deployments beyond simple sync
- you use a CI platform other than GitHub Actions

## Facets
- artifact type: plugin
- maturity: stable
- function: deployment, cli, developer-tools
- domain: cloud-computing, web-development
- platform: cloud
- tags: github-actions, aws-s3, static-site-deployment, ci-cd, aws-cli, devops, automation, docker, linux

## Member repositories
- jakejarvis/s3-sync-action (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:29.791326+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:53:09.658448+00:00, confidence not recorded.
  - readme: https://github.com/jakejarvis/s3-sync-action (fetched 2026-08-28T04:03:29.791326+00:00, sha 3ef03a268736)
  - homepage: https://github.com/marketplace/actions/s3-sync (fetched 2026-08-29T12:54:08.213973+00:00, sha 307c318d9189)
- Data as of 2026-08-30T08:39:29.467469+00:00.
