From e80f66918ef3b3a27686e3ce3f70d81c0d94bea6 Mon Sep 17 00:00:00 2001 From: James Stott <158563996+jamesstottmoj@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:23:47 +0000 Subject: [PATCH] Changed message to notify users about bucket limit change (#1390) --- settings.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/settings.yaml b/settings.yaml index 6f053cc5b..5258fce67 100644 --- a/settings.yaml +++ b/settings.yaml @@ -84,9 +84,7 @@ AUTH0_NOMIS_GATEWAY_URL: "https://testing.com" BROADCAST_MESSAGE: > - We are close to hitting the 1000 bucket limit on AWS. | Before we work on a long-term solution, - please delete any unnecessary buckets and avoid creating more than you need. - Consider using sub-folders to manage different datasets instead of multiple buckets. + AWS have increased the S3 bucket limit from one thousand to one million. | While this means that the restriction on creating new buckets has been lifted, we still recommend that you use buckets efficiently. GITHUB_VERSION: "2022-11-28"