From 9820a2ce07ddea74032ab89cf327417fb68278f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 30 Nov 2021 17:53:45 +0100 Subject: [PATCH] Remove obsolete warning regarding images in S3 This issue was fixed in Consul 1.4.0. --- docs/en/installation/using-aws-s3-as-storage.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/installation/using-aws-s3-as-storage.md b/docs/en/installation/using-aws-s3-as-storage.md index 03a1e04b6..356e51d03 100644 --- a/docs/en/installation/using-aws-s3-as-storage.md +++ b/docs/en/installation/using-aws-s3-as-storage.md @@ -84,5 +84,3 @@ config.paperclip_defaults = { ``` You will need to restart to apply the changes. - -**WARNING:** There is currently a bug which causes an error 500 when creating a budget investment with an image stored on S3. You can find the fix on [that pull request](https://github.com/consul/consul/pull/2851). If it isn't merged yet or your fork doesn't include it, you will have to apply the changes to your fork manually.