From 0eedab3d7639f9caf9d905a409b2589a3498f2f1 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Tue, 25 Jun 2024 15:25:34 +0200 Subject: [PATCH] chore: add changelog entry --- changes/ee/breaking-13332.en.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ee/breaking-13332.en.md diff --git a/changes/ee/breaking-13332.en.md b/changes/ee/breaking-13332.en.md new file mode 100644 index 000000000..0b5bf5896 --- /dev/null +++ b/changes/ee/breaking-13332.en.md @@ -0,0 +1,4 @@ +When an S3 Bridge is improperly configured, error messages now contain more informative and easy to read details. + +## Breaking changes +* S3 Bridge configuration with invalid aggregated upload key template will no longer work. Before this change, such configuration was considered valid but the bridge would never work anyway.