AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-03-23 · Documentation low

File: AmazonS3/latest/userguide/s3-tables-integrating-aws.md

Summary

Added Important section about lowercase requirements for AWS service integration

Security assessment

Focuses on service interoperability requirements rather than security features or vulnerabilities.

Diff

diff --git a/AmazonS3/latest/userguide/s3-tables-integrating-aws.md b/AmazonS3/latest/userguide/s3-tables-integrating-aws.md
index 7abd85099..94df78ebc 100644
--- a/AmazonS3/latest/userguide/s3-tables-integrating-aws.md
+++ b/AmazonS3/latest/userguide/s3-tables-integrating-aws.md
@@ -101,0 +102,6 @@ The following prerequisites are required to integrate table buckets with AWS ana
+###### Important
+
+When creating tables, make sure that you use all lowercase letters in your table names and table definitions. For example, make sure that your column names are all lowercase. If your table name or table definition contains capital letters, the table isn't supported by AWS Lake Formation or the AWS Glue Data Catalog. In this case, your table won't be visible to AWS analytics services such as Amazon Athena, even if your table buckets are integrated with AWS analytics services. 
+
+If your table definition contains capital letters, you receive the following error message when running a `SELECT` query in Athena: **`"GENERIC_INTERNAL_ERROR: Get table request failed: com.amazonaws.services.glue.model.ValidationException: Unsupported Federation Resource - Invalid table or column names."`**
+