codeserver-s3-filesystem

codeserver-s3-filesystem appears to be a connector for codeserver (web-based VS Code) to use an S3-compatible object store as a backing filesystem, enabling persistent storage of the editor’s files in S3.

Evaluated Apr 04, 2026 (17d ago)
Homepage ↗ Repo ↗ Storage codeserver vscode s3 filesystem object-storage workspace-persistence devtools infrastructure
⚙ Agent Friendliness
26
/ 100
Can an agent use this?
🔒 Security
50
/ 100
Is it safe for agents?
⚡ Reliability
5
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
0
Error Messages
0
Auth Simplicity
50
Rate Limits
0

🔒 Security

TLS Enforcement
70
Auth Strength
50
Scope Granularity
30
Dep. Hygiene
50
Secret Handling
50

Security posture depends heavily on how S3 credentials are supplied (env vars vs mounted secrets vs instance roles) and whether the integration enforces HTTPS and avoids logging secrets. No code/README details were provided here to verify secret handling, TLS enforcement settings, or least-privilege bucket/prefix policies.

⚡ Reliability

Uptime/SLA
0
Version Stability
0
Breaking Changes
0
Error Recovery
20
AF Security Reliability

Best When

You want codeserver to use S3 as persistent backing storage and can design around object-store semantics (prefix-based directories, eventual consistency characteristics, and overwrite/rename behavior).

Avoid When

You require strict POSIX guarantees or strong consistency semantics that are not provided by your chosen S3 backend; you also lack the ability to secure credentials and S3 access policies adequately.

Use Cases

  • Run code-server with persistent workspace storage backed by S3 (or S3-compatible storage)
  • Share or persist user workspaces across sessions/instances using object storage
  • Avoid relying on ephemeral local disks for user files
  • Implement infrastructure patterns where code-server statelessness is desired while keeping file persistence in external storage

Not For

  • High-frequency low-latency local filesystem semantics (object stores are eventually consistent/slow vs POSIX FS)
  • Use as a drop-in replacement for strict POSIX filesystem operations without validating behavior (rename atomicity, directory semantics, file locking)
  • Workloads requiring fine-grained per-file ACL enforcement unless S3 policies are carefully designed

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: Likely AWS credential support via environment variables/instance role (exact methods not provided in prompt) Likely supports S3 access key/secret or assumed role for S3 access (exact methods not provided in prompt)
OAuth: No Scopes: No

No explicit authentication/scopes documentation was provided in the prompt content, so authentication method granularity and scope enforcement cannot be confirmed.

Pricing

Free tier: No
Requires CC: No

Pricing depends on the underlying S3 provider/storage and transfer costs; no pricing information for the package itself was provided.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Object stores may not fully emulate POSIX filesystem semantics (directory listings, rename atomicity, and consistency can differ).
  • Credential misconfiguration is a common failure mode; without explicit docs here, it’s easy for an agent to guess wrong env vars/flags.
  • If the integration relies on eventual consistency, retries may be needed but correct retry/backoff behavior may not be documented.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for codeserver-s3-filesystem.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered