Add s3warm to Tools - #45
Merged
Merged
Conversation
crtahlin
approved these changes
Aug 20, 2026
crtahlin
left a comment
Collaborator
There was a problem hiding this comment.
Approving — everything checkable in the description holds up.
- Description is 126 characters, sentence case, correct format; not already in
README.mdorarchived.md. - Repository is public, not archived, not a fork, BSD-3-Clause, with real source, tests, docs, goreleaser config and four releases carrying six binaries each.
- The claims verify:
test/s3tests/passing.txthas 310 lines of which 3 are comments or blank, leaving exactly the 307 tests stated, and the conformance suite runs as its owns3tests.ymlworkflow rather than a one-off — all three workflows green. - Tools is the right section: this is a gateway you run, alongside
etherchunkandIPFS to Swarm, not a library you import. Swarm is intrinsic to it rather than a backend it can be pointed at. - Merges onto
mainwith no conflicts;awesome-lintclean, with only the two spelling warnings that already exist onmaster.
One thing worth naming rather than blocking on: the repository was created yesterday, so there is no maintenance track record to judge against the "genuinely maintained" bar in AGENTS.md. Everything else about it argues the opposite of a placeholder, so I am comfortable — flagging it only so the choice is explicit.
Worth noting this is the first entry to arrive as a clean two-line diff since the repository was normalised to LF in #43; previous additions needed a rebase.
Description generated with help of AI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds s3warm — an Amazon S3-compatible API gateway for Swarm — to the Tools section.
s3warm speaks the S3 REST dialect (SigV4 auth incl. presigned URLs and streaming signatures, multipart, versioning, tagging, SSE-S3, CORS) and translates it onto a Bee node, so the AWS CLI, boto3, rclone and existing S3 applications work against Swarm with only an endpoint change. It also surfaces Swarm-native capabilities S3 doesn't have: buckets as browsable
bzz://manifests with atomic snapshot/rollback, and private buckets with ACT-backed grants readable off-gateway from any Bee node.One item, per the contribution guidelines; description is 126 characters, sentence case.
🤖 Generated with Claude Code