You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Document AWS_ENDPOINT_URL for S3 configuration (#285)
This commit updates the documentation related to S3 storage configuration to include the `AWS_ENDPOINT_URL` environment variable. This variable was introduced in PR [#6431](danny-avila/LibreChat#6431) to allow users to specify a custom endpoint URL for S3 connections, but the documentation is not update.
The changes include:
- Adding a description for `AWS_ENDPOINT_URL`, clarifying its purpose and indicating that it's optional.
-**AWS_ACCESS_KEY_ID:** Your IAM user's access key.
97
98
-**AWS_SECRET_ACCESS_KEY:** Your IAM user's secret key.
98
99
-**AWS_REGION:** The AWS region where your S3 bucket is located.
99
100
-**AWS_BUCKET_NAME:** The name of the S3 bucket you created.
101
+
-**AWS_ENDPOINT_URL:** (Optional) The custom AWS endpoint URL
100
102
101
103
If you are using **IRSA** on Kubernetes, you do **not** need to set `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` in your environment. The AWS SDK will automatically obtain temporary credentials via the service account assigned to your pod. Ensure that `AWS_REGION` and `AWS_BUCKET_NAME` are still provided.
0 commit comments