[PR #388] [MERGED] Add 2 new tutorials - Amazon Bedrock and S3 Cloud Storage #465

Closed
opened 2026-02-15 17:17:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/388
Author: @jweisman11
Created: 2/9/2025
Status: Merged
Merged: 2/10/2025
Merged by: @tjbck

Base: mainHead: main


📝 Commits (6)

  • 425200f add bedrock integration tutorial
  • 0057f73 add bedrock images
  • dae2edf Merge branch 'open-webui:main' into main
  • 9f22d15 add: start of s3 tutorial
  • 5a8d27f finish s3 tutorial with images
  • 5345cfd finish s3 tutorial

📊 Changes

10 files changed (+202 additions, -0 deletions)

View changed files

docs/tutorials/integrations/amazon-bedrock.md (+102 -0)
docs/tutorials/s3-storage.md (+100 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-base-models.png (+0 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-models-in-oui.png (+0 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-api.png (+0 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-connection.png (+0 -0)
static/images/tutorials/amazon-s3/amazon-s3-get-file-by-id.png (+0 -0)
static/images/tutorials/amazon-s3/amazon-s3-object-in-bucket.png (+0 -0)
static/images/tutorials/amazon-s3/amazon-s3-oui-response.png (+0 -0)
static/images/tutorials/amazon-s3/amazon-s3-upload-file.png (+0 -0)

📄 Description

This PR contains two new tutorials:

  • How to integrate with Amazon Bedrock
  • How to configure OUI's CLOUD_STORAGE config to use S3

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/388 **Author:** [@jweisman11](https://github.com/jweisman11) **Created:** 2/9/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`425200f`](https://github.com/open-webui/docs/commit/425200fc64deb549daa724e99b8f54240016b5e3) add bedrock integration tutorial - [`0057f73`](https://github.com/open-webui/docs/commit/0057f7397c9273dc77522816cf15ebaca6ddadfa) add bedrock images - [`dae2edf`](https://github.com/open-webui/docs/commit/dae2edf463554cdca846b9f1b151f722b1cf7355) Merge branch 'open-webui:main' into main - [`9f22d15`](https://github.com/open-webui/docs/commit/9f22d15628a4ce0e71f7f94f75e6630e59fafe0b) add: start of s3 tutorial - [`5a8d27f`](https://github.com/open-webui/docs/commit/5a8d27f78d1c2cb8c0473180d4fa60109845f729) finish s3 tutorial with images - [`5345cfd`](https://github.com/open-webui/docs/commit/5345cfd8ddbb06386d8feee962bb9c49a0b2a808) finish s3 tutorial ### 📊 Changes **10 files changed** (+202 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/tutorials/integrations/amazon-bedrock.md` (+102 -0) ➕ `docs/tutorials/s3-storage.md` (+100 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-base-models.png` (+0 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-models-in-oui.png` (+0 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-api.png` (+0 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-connection.png` (+0 -0) ➕ `static/images/tutorials/amazon-s3/amazon-s3-get-file-by-id.png` (+0 -0) ➕ `static/images/tutorials/amazon-s3/amazon-s3-object-in-bucket.png` (+0 -0) ➕ `static/images/tutorials/amazon-s3/amazon-s3-oui-response.png` (+0 -0) ➕ `static/images/tutorials/amazon-s3/amazon-s3-upload-file.png` (+0 -0) </details> ### 📄 Description This PR contains two new tutorials: - How to integrate with Amazon Bedrock - How to configure OUI's CLOUD_STORAGE config to use S3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:07 -05:00
yindo closed this issue 2026-02-15 17:17:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#465