AWS Security ChangesHomeSearch

AWS partner-central documentation change

Service: partner-central · 2025-05-31 · Documentation low

File: partner-central/latest/crm/technical-faq-s3.md

Summary

Updated terminology from 'S3' to 'Amazon S3' for branding consistency across multiple sections. Changed link text from 'Setting up' to 'Integration prerequisites'.

Security assessment

Changes are purely terminological (S3 -> Amazon S3) and documentation structure updates. No security-related content was added, removed, or modified. The existing mention of default encryption mechanisms remained unchanged.

Diff

diff --git a/partner-central/latest/crm/technical-faq-s3.md b/partner-central/latest/crm/technical-faq-s3.md
index 57ccbaff5..e1a446771 100644
--- a//partner-central/latest/crm/technical-faq-s3.md
+++ b//partner-central/latest/crm/technical-faq-s3.md
@@ -17 +17 @@ AWS Partner Network (APN) shares a policy that includes the key name.
-Use the sample code file [S3_Authentication.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/S3_Authentication.cls) to authenticate the S3 from SFDC. 
+Use the sample code file [S3_Authentication.cls](https://github.com/aws-samples/partner-crm-integration-samples/blob/main/code-snippets/S3_Authentication.cls) to authenticate the Amazon S3 from SFDC. 
@@ -31 +31 @@ The sample code file [Sample_AceOutboundBatch.cls](https://github.com/aws-sample
-AWS owns and manages the Amazon S3 bucket. You have programmatic access to your own S3 bucket with the AWS Identity and Access Management (IAM) user. 
+AWS owns and manages the Amazon S3 bucket. You have programmatic access to your own Amazon S3 bucket with the AWS Identity and Access Management (IAM) user. 
@@ -37 +37 @@ There is one bucket with different folders for receiving and sending the files.
-**Q: Do I need to access the S3 bucket using AWS Lambda, or can I access it directly using the customer relationship management (CRM) system?**
+**Q: Do I need to access the Amazon S3 bucket using AWS Lambda, or can I access it directly using the customer relationship management (CRM) system?**
@@ -45 +45 @@ Yes. We enable the default encryption mechanism that Amazon S3 offers.
-**Q: Is it possible to enable Amazon Simple Notification Service (Amazon SNS) listening to the S3 bucket, so I can only act on the event, instead of polling periodically?**
+**Q: Is it possible to enable Amazon Simple Notification Service (Amazon SNS) listening to the Amazon S3 bucket, so I can only act on the event, instead of polling periodically?**
@@ -51 +51 @@ No. Currently, APN Customer Engagement (ACE) doesn’t support this feature.
-You can find the list of S3 folders in [Setting up](./crm-integration-setting-up.html). 
+You can find the list of Amazon S3 folders in [Integration prerequisites](./crm-integration-setting-up.html).