AWS amazondynamodb documentation change
Summary
Clarified that exports are asynchronous and minor wording changes
Security assessment
The change adds 'asynchronous' descriptor and adjusts phrasing but does not address security vulnerabilities or introduce security-related content. The encryption statement remains unchanged.
Diff
diff --git a/amazondynamodb/latest/developerguide/S3DataExport.HowItWorks.md b/amazondynamodb/latest/developerguide/S3DataExport.HowItWorks.md index 0f2d6764b..6eaeb08e5 100644 --- a//amazondynamodb/latest/developerguide/S3DataExport.HowItWorks.md +++ b//amazondynamodb/latest/developerguide/S3DataExport.HowItWorks.md @@ -9 +9 @@ DynamoDB export to S3 is a fully managed solution for exporting your DynamoDB da -DynamoDB export to S3 allows you to export both full and incremental data from your DynamoDB table. Exports do not consume any [read capacity units (RCUs)](./provisioned-capacity-mode.html) and have no impact on table performance and availability. The export file formats supported are DynamoDB JSON and Amazon Ion formats. You can also export data to an S3 bucket owned by another AWS account and to a different AWS region. Your data is always encrypted end-to-end. +DynamoDB export to S3 allows you to export both full and incremental data from your DynamoDB table. Exports are asynchronous, they don't consume [read capacity units (RCUs)](./provisioned-capacity-mode.html) and have no impact on table performance and availability. The export file formats supported are DynamoDB JSON and Amazon Ion formats. You can also export data to an S3 bucket owned by another AWS account and to a different AWS region. Your data is always encrypted end-to-end.