# Automattic/knox

S3 Lib

Repository: https://github.com/Automattic/knox
Canonical: https://ross.abutalabs.com/products/knox
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-05-19T22:58:09+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5830, "days_push": 1567, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1730, forks 283 (observed 2026-08-28T04:05:28.607866+00:00)

## What it is
Knox is a Node.js client library for the Amazon S3 REST API, offering both low-level HTTP-verb methods and higher-level helpers like putFile and putStream. It supports streaming uploads, piping, copying, and multi-file deletes, though it is now deprecated in favor of the official AWS SDK.

## Use cases
- upload files to amazon s3 from node.js
- stream an http response directly into an s3 object
- pipe a file read stream to s3
- delete multiple s3 objects in one request
- copy objects between s3 keys
- sign and send raw s3 rest api requests

## When to choose
- you maintain a legacy node codebase already built on knox
- you want a minimal, node-http-like s3 client without the full aws sdk
- you need simple streaming uploads to s3 with direct pipe support

## When to avoid
- starting a new project - the library is deprecated and the official aws sdk is recommended
- you need support for newer s3 features like multipart uploads, presigned urls, or s3-compatible endpoints with modern auth
- you need long-term maintenance and security updates

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, file-upload, object-storage
- domain: cloud-computing, files, backend, developer-tools
- platform: -
- tags: s3, aws, streaming-upload, deprecated, nodejs

## Member repositories
- Automattic/knox (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.607866+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-30T03:31:44.357629+00:00, confidence not recorded.
  - readme: https://github.com/Automattic/knox (fetched 2026-08-28T04:05:28.607866+00:00, sha ec3e07e261cc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
