AWS Security ChangesHomeSearch

AWS connect documentation change

Service: connect · 2026-05-10 · Documentation low

File: connect/latest/adminguide/get-stored-content.md

Summary

Replaced 'Amazon Connect' with 'Connect Customer' in titles, configuration references, and error messaging

Security assessment

Changes are purely cosmetic rebranding updates. Security-related content about S3 bucket policies, CORS configuration, and access controls remains identical except for the product name substitution.

Diff

diff --git a/connect/latest/adminguide/get-stored-content.md b/connect/latest/adminguide/get-stored-content.md
index 632d68dc9..893a18a96 100644
--- a//connect/latest/adminguide/get-stored-content.md
+++ b//connect/latest/adminguide/get-stored-content.md
@@ -9 +9 @@ DescriptionUse cases for this blockContact typesFlow typesHow to configure this
-# Flow block in Amazon Connect: Get stored content
+# Flow block in Connect Customer: Get stored content
@@ -20 +20 @@ Email message (Plain text)
-This block will download the plain text version of the email message present in your S3 bucket and store it on the `$.Email.EmailMessage.Plaintext` flow attribute. The email message content is downloaded as a plain text file and the maximum size supported is currently 32 KB due to the maximum size of flow attributes limits. Make sure to [Enable email for your Amazon Connect instance](./enable-email1.html) before using this option.
+This block will download the plain text version of the email message present in your S3 bucket and store it on the `$.Email.EmailMessage.Plaintext` flow attribute. The email message content is downloaded as a plain text file and the maximum size supported is currently 32 KB due to the maximum size of flow attributes limits. Make sure to [Enable email for your Connect Customer instance](./enable-email1.html) before using this option.
@@ -79 +79 @@ You can use this block in the following [flow types](./create-contact-flow.html#
-You can configure the **Get stored content** block by using the Amazon Connect admin website or by using the `LoadContactContent` in the Amazon Connect Flow language.
+You can configure the **Get stored content** block by using the Connect Customer admin website or by using the `LoadContactContent` in the Connect Customer Flow language.
@@ -83 +83 @@ You can configure the **Get stored content** block by using the Amazon Connect a
-The following code example shows how to use the `LoadContactContent` in the Amazon Connect Flow language.
+The following code example shows how to use the `LoadContactContent` in the Connect Customer Flow language.
@@ -111 +111 @@ A contact is routed down the Error branch if the flows services runs into any of
-    * Amazon Connect is unable to download the email body from the S3 bucket. This may be due to the S3 bucket policy not being set up correctly (see [Step 4: Enable email and create an Amazon S3 bucket](./enable-email1.html#enable-email-buckets)), Amazon Connect does not have proper access to the S3 bucket (see [Step 5: Configure a CORS policy](./enable-email1.html#config-email-attachments-cors1)), or there is no email message in plaintext format available on the contact.
+    * Connect Customer is unable to download the email body from the S3 bucket. This may be due to the S3 bucket policy not being set up correctly (see [Step 4: Enable email and create an Amazon S3 bucket](./enable-email1.html#enable-email-buckets)), Amazon Connect does not have proper access to the S3 bucket (see [Step 5: Configure a CORS policy](./enable-email1.html#config-email-attachments-cors1)), or there is no email message in plaintext format available on the contact.