From 4376a217d024fd5459f00c2a07c6e9e504f4dd93 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Fri, 21 Mar 2025 14:18:20 -0400 Subject: [PATCH] feat: Update S3 documentation to include DeleteObject permission --- pages/docs/configuration/cdn/s3.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/docs/configuration/cdn/s3.mdx b/pages/docs/configuration/cdn/s3.mdx index 51d69a6..f798063 100644 --- a/pages/docs/configuration/cdn/s3.mdx +++ b/pages/docs/configuration/cdn/s3.mdx @@ -57,7 +57,8 @@ If you are deploying LibreChat on Kubernetes (e.g. on EKS), you can use IRSA to "s3:PutObject", "s3:GetObjectAcl", "s3:GetObject", - "s3:ListBucket" + "s3:ListBucket", + "s3:DeleteObject" ], "Resource": [ "arn:aws:s3:::my-example-librechat-bucket/*", @@ -131,4 +132,4 @@ With these steps, your LibreChat application will use Amazon S3 to handle file u Always ensure your AWS credentials remain secure. Do not commit them to a public repository. Adjust IAM policies to follow the principle of least privilege as needed. - \ No newline at end of file +