From a195b758e65cdaba875cf2478a8b5d8efbd18449 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:49:26 +0530 Subject: [PATCH] Update s3.md --- docs/docs/self-host/cloud-storage/s3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/self-host/cloud-storage/s3.md b/docs/docs/self-host/cloud-storage/s3.md index 829d78806..e162cfa73 100644 --- a/docs/docs/self-host/cloud-storage/s3.md +++ b/docs/docs/self-host/cloud-storage/s3.md @@ -46,8 +46,8 @@ title: AWS S3 - Once done go to "Properties" there you will see region of bucket e.g us-east-1 - set bucktname as "DO_SPACE" in ENV. - set region as "DO_REGION" in ENV. - - Replace region in this url s3.{region}.amazonaws.com and set it as "DO_ENDPOINT" in ENV. - - Replace bucketName and region in this url https://{bucketName}.s3.{region}.amazonaws.com and set us as "DO_BASEURL" in ENV. + - Replace region in this url `s3.{region}.amazonaws.com` and set it as "DO_ENDPOINT" in ENV. + - Replace bucketName and region in this url `https://{bucketName}.s3.{region}.amazonaws.com` and set us as "DO_BASEURL" in ENV. - Step 2 : Create a aws policy - Navigate to IAM under services ![Screenshot 2024-09-30 200247](https://github.com/user-attachments/assets/8109d2bb-1afb-4407-b5cd-4886a070d5cc)