Skip to content

docs: align Vercel S3 mount documentation with implementation - #3988

Closed
ShawnSiao wants to merge 2 commits into
openai:mainfrom
ShawnSiao:docs/vercel-s3-mounts
Closed

docs: align Vercel S3 mount documentation with implementation#3988
ShawnSiao wants to merge 2 commits into
openai:mainfrom
ShawnSiao:docs/vercel-s3-mounts

Conversation

@ShawnSiao

Copy link
Copy Markdown
Contributor

Summary

The Vercel sandbox implementation already supports create-time S3Mount
entries through VercelCloudBucketMountStrategy, but
docs/sandbox/clients.md still stated that no Vercel-specific mount strategy
was available.

This updates the documentation to match the released implementation.

  • Mark VercelSandboxClient as supporting create-time S3Mount entries.
  • Add a minimal configuration example with explicit ephemeral=True.
  • Document the relevant security and lifecycle boundaries:
    • Inline credentials require explicit opt-in.
    • Sessions containing Vercel S3 mounts cannot be resumed.
    • Workspace persistence excludes remote bucket contents, and native snapshot
      hydration is unavailable while mounts are active.

Validation

  • git diff --check
  • Attempted uv run --no-sync mkdocs build; it timed out locally without
    output and produced no build artifacts.

@seratch

seratch commented Jul 27, 2026

Copy link
Copy Markdown
Member

#3872 will cover this change

@seratch seratch closed this Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants