From 17b3df25539883eea6269eae8a0953ea4b60b63a Mon Sep 17 00:00:00 2001 From: Matteo Vitali Date: Wed, 8 May 2024 16:23:52 +0200 Subject: [PATCH] Fix aws-s3 media_storage type into cookiecutter.json --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 937ebdb..8bf9653 100755 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -8,7 +8,7 @@ "deployment_type": ["digitalocean-k8s", "other-k8s"], "terraform_backend": "gitlab", "terraform_cloud_organization": "", - "media_storage": ["digitalocean-s3", "other-s3", "local", "none"], + "media_storage": ["digitalocean-s3", "aws-s3", "local", "none"], "use_redis": "false", "use_vault": "false", "environments_distribution": "1",