Skip to content

Commit c61716f

Browse files
langchain-infradqbd
authored andcommitted
docs: add platform-backend blob storage
1 parent a9256c0 commit c61716f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/self_hosting/configuration/blob_storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Once you have the correct policy, there are two ways to authenticate with Amazon
5555

5656
1. [**IAM Role for Service Account**](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html): You can create an IAM role for your LangSmith instance and attach the policy to that role. You can then provide the role to LangSmith. This is the recommended way to authenticate with Amazon S3 in production.
5757
1. You will need to create an IAM role with the policy attached.
58-
1. You will need to allow LangSmith service accounts to assume the role. The `langsmith-queue` and `langsmith-backend` service accounts will need to be able to assume the role.
58+
1. You will need to allow LangSmith service accounts to assume the role. The `langsmith-queue`, `langsmith-backend`, and `langsmith-platform-backend` service accounts will need to be able to assume the role.
5959
:::warning Service Account Names
6060
The service account names will be different if you are using a custom release name. You can find the service account names by running `kubectl get serviceaccounts` in your cluster.
6161
:::

0 commit comments

Comments
 (0)