Skip to content

Commit b7725d1

Browse files
lensfa-lzddanny-avila
authored andcommitted
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.
1 parent 1757403 commit b7725d1

File tree

1 file changed

+2
-0
lines changed
  • pages/docs/configuration/cdn

1 file changed

+2
-0
lines changed

pages/docs/configuration/cdn/s3.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,14 @@ AWS_ACCESS_KEY_ID=your_access_key_id
9191
AWS_SECRET_ACCESS_KEY=your_secret_access_key
9292
AWS_REGION=your_selected_region
9393
AWS_BUCKET_NAME=your_bucket_name
94+
AWS_ENDPOINT_URL=your_endpoint_url
9495
```
9596

9697
- **AWS_ACCESS_KEY_ID:** Your IAM user's access key.
9798
- **AWS_SECRET_ACCESS_KEY:** Your IAM user's secret key.
9899
- **AWS_REGION:** The AWS region where your S3 bucket is located.
99100
- **AWS_BUCKET_NAME:** The name of the S3 bucket you created.
101+
- **AWS_ENDPOINT_URL:** (Optional) The custom AWS endpoint URL
100102

101103
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.
102104

0 commit comments

Comments
 (0)