From e46c18d86f1005a9e43aa0c26c43006e91bc23f8 Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Tue, 4 Apr 2023 17:13:05 +0300 Subject: [PATCH] S3__REGION is not needed. Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- docs/Software Development/06-Environment Variables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Software Development/06-Environment Variables.md b/docs/Software Development/06-Environment Variables.md index 613f43b..bad3cf5 100644 --- a/docs/Software Development/06-Environment Variables.md +++ b/docs/Software Development/06-Environment Variables.md @@ -16,7 +16,6 @@ The following table lists the environment variables that are common to all DIT m | DATABASE\_\_PASSWORD | The password for accessing the database | | DATABASE\_\_NAME | The name of the database | | DATABASE\_\_PORT | The port number of the database server | -| S3\_\_REGION | The AWS region of the S3 bucket | | S3\_\_ENDPOINT | The endpoint URL of the S3 bucket | | S3\_\_ACCESS_KEY_ID | The access key ID for accessing the S3 bucket | | S3\_\_SECRET_ACCESS_KEY | The secret access key for accessing the S3 bucket |