[PR #869] [MERGED] docs: Add VPCE auth method for S3 connection #843

Closed
opened 2026-02-21 17:19:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/869
Author: @joaquin-borggio-lc
Created: 6/23/2025
Status: Merged
Merged: 6/23/2025
Merged by: @joaquin-borggio-lc

Base: mainHead: joaquin/add-s3-vpce-auth-option


📝 Commits (1)

📊 Changes

1 file changed (+5 additions, -2 deletions)

View changed files

📝 docs/self_hosting/configuration/blob_storage.mdx (+5 -2)

📄 Description

This is another way to allow secure connection to S3 without enabling public access. This is what we currently do in our public TF modules.

Testing

  • Brought up LangSmith with this auth strategy and was able to run the product and ingest traces.

Docs look as expected:
Screenshot 2025-06-23 at 11 47 17 AM


🔄 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/langchain-ai/langsmith-docs/pull/869 **Author:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/23/2025 **Merged by:** [@joaquin-borggio-lc](https://github.com/joaquin-borggio-lc) **Base:** `main` ← **Head:** `joaquin/add-s3-vpce-auth-option` --- ### 📝 Commits (1) - [`fe326b8`](https://github.com/langchain-ai/langsmith-docs/commit/fe326b89c5ed888f943792220e5ff8973ef54ffa) Added VPCE auth method ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/self_hosting/configuration/blob_storage.mdx` (+5 -2) </details> ### 📄 Description This is another way to allow secure connection to S3 without enabling public access. This is what we currently do in our public TF modules. ## Testing - [x] Brought up LangSmith with this auth strategy and was able to run the product and ingest traces. Docs look as expected: <img width="1306" alt="Screenshot 2025-06-23 at 11 47 17 AM" src="https://github.com/user-attachments/assets/a6fb3969-b0b0-4b8f-828d-a3fb238c454a" /> --- <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-21 17:19:02 -05:00
yindo closed this issue 2026-02-21 17:19:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#843