AWS connect documentation change
Summary
Refined attachment size limit specifications by separating email from other channels and added API references
Security assessment
Changes clarify security-relevant configuration limits for file uploads (1-20MB for email, 1-100MB for other channels) and provide API references for enforcement. This improves documentation of security controls but doesn't indicate response to a specific vulnerability.
Diff
diff --git a/connect/latest/adminguide/feature-limits.md b/connect/latest/adminguide/feature-limits.md index 07fc0f214..30191476b 100644 --- a//connect/latest/adminguide/feature-limits.md +++ b//connect/latest/adminguide/feature-limits.md @@ -46,6 +46,3 @@ Approved origin per Connect Customer instance | 100 -File types supported for attachments to emails, cases, chats, or tasks | .csv, .doc, .docx, .heic, .jfif, .jpeg, .jpg, .mov, .mp4, .pdf, .png, .ppt, .pptx, .rtf, .txt, .wav, .xls, .xlsx Administrators can also configure custom file extensions through the Connect Customer admin website or the Connect Customer API. For more information about supported file types for WhatsApp business messaging, see WhatsApp business messaging feature specifications later in this topic. -Maximum file size for an attachment to an email, case, chat, or task | 20 MB (configurable up to 100 MB) - -###### Note - -Administrators can configure up to 100 MB through the Connect Customer admin website or the Connect Customer API. For more information about supported file sizes for WhatsApp business messaging, see WhatsApp business messaging feature specifications later in this topic. +File types supported for attachments to emails, cases, chats, or tasks | .csv, .doc, .docx, .heic, .jfif, .jpeg, .jpg, .mov, .mp4, .pdf, .png, .ppt, .pptx, .rtf, .txt, .wav, .xls, .xlsx Administrators can also configure custom file extensions through the Connect Customer admin website or the Connect Customer API. For instructions, see [Step 3: Configure attachment file types and size limits](./enable-attachments.html#step3-configure-attachment-options). For more information about supported file types for WhatsApp business messaging, see WhatsApp business messaging feature specifications later in this topic. +Maximum file size for an attachment to an email | Default 20 MB (configurable from 1 MB to 20 MB). To configure, use the Connect Customer admin website or the [UpdateAttachedFilesConfiguration](https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateAttachedFilesConfiguration.html) API. +Maximum file size for an attachment to a case, chat, or task | Default 20 MB (configurable from 1 MB to 100 MB). To configure, use the Connect Customer admin website or the [UpdateAttachedFilesConfiguration](https://docs.aws.amazon.com/connect/latest/APIReference/API_UpdateAttachedFilesConfiguration.html) API. For more information about supported file sizes for WhatsApp business messaging, see WhatsApp business messaging feature specifications later in this topic.