Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix indented closers issue
  • Loading branch information
isshaddad committed Apr 14, 2026
commit fe9f1779a6b0bfa3d71518c9769c6b06964ca9ba
6 changes: 4 additions & 2 deletions docs/self-hosting/env/webapp.mdx
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ Restart the webapp and verify both providers work:

- Old runs (no prefix) should still access R2
- New runs with `s3://` prefix should use S3
</Step>

</Step>

<Step title="Switch to S3 for new uploads">
Set the default protocol to use S3 for new uploads:
Expand All @@ -262,7 +263,8 @@ After this change:
- New data uses `s3://` prefix and goes to S3
- Old data (no prefix) still uses R2
- Data with explicit protocol uses the corresponding provider
</Step>

</Step>

<Step title="Optionally decommission R2">
Once all active runs using R2 data have completed (check your data retention policies), you can remove the R2 credentials. Keep `OBJECT_STORE_DEFAULT_PROTOCOL=s3` to ensure new data continues using S3.
Expand Down
Loading