AWS athena documentation change
Summary
Removed instruction about adding double quotes around object names and simplified casing_mode environment variable documentation
Security assessment
The change clarifies configuration steps but does not address security vulnerabilities or introduce security features. It modifies existing documentation about case handling without security implications.
Diff
diff --git a/athena/latest/ug/connectors-oracle.md b/athena/latest/ug/connectors-oracle.md index 7df7ae396..79e03c75c 100644 --- a//athena/latest/ug/connectors-oracle.md +++ b//athena/latest/ug/connectors-oracle.md @@ -32 +32 @@ This connector can be registered with Glue Data Catalog as a federated catalog. -If the Oracle connector uses a Glue connection, the database, table, and column names will not default to upper case by the connector. Add double quotes (") around object names to preserve the case. To change this casing behavior, change the Lambda by environment variable `casing_mode` to `upper` or `lower` as needed. +If the Oracle connector uses a Glue connection, the database, table, and column names will not default to upper case by the connector. To change this casing behavior, change the Lambda by environment variable `casing_mode` to `upper` or `lower` as needed.