From 72e4236b284b41e445029a912a60f7fc5f489773 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Wed, 8 Jun 2022 23:53:49 +0000 Subject: [PATCH] docs(config): remove AWS environment variables --- docs/configuration/environment-variables.md | 32 --------------------- 1 file changed, 32 deletions(-) diff --git a/docs/configuration/environment-variables.md b/docs/configuration/environment-variables.md index c2c2febe6..0017c3a11 100644 --- a/docs/configuration/environment-variables.md +++ b/docs/configuration/environment-variables.md @@ -36,38 +36,6 @@ Amplitude API key for the project where the app will direct events. If blank or an invalid key, analytics events aren't captured (though may still be logged). -## AWS - -### `AWS_ACCESS_KEY_ID` - -The AWS access key ID for a deployment environment. - -Mostly not used in local settings. See the docs on [Deployment][deployment] for more. - -### `AWS_BUCKET` - -The AWS bucket for a deployment environment, where the environment file and fixtures for that environment are stored. - -Mostly not used in local settings. See the docs on [Deployment][deployment] for more. - -### `AWS_DEFAULT_REGION` - -The AWS region for a deployment environment. - -Mostly not used in local settings. See the docs on [Deployment][deployment] for more. - -### `AWS_SECRET_ACCESS_KEY` - -The AWS access key ID for a deployment environment. - -Mostly not used in local settings. See the docs on [Deployment][deployment] for more. - -### `CONFIG_FILE` - -The (single) fixture file AWS uses for a deployment environment. - -Mostly not used in local settings. See the docs on [Deployment][deployment] for more. - ## Django ### `DJANGO_ADMIN`