AWS Security ChangesHomeSearch

AWS athena high security documentation change

Service: athena · 2025-03-19 · Security-related high

File: athena/latest/ug/jdbc-v3-driver-advanced-connection-parameters.md

Summary

Removed 'Result configuration parameters' section including ExpectedBucketOwner and AclOption documentation

Security assessment

Removed documentation for security-related parameters (ExpectedBucketOwner and ACL configurations) that help prevent S3 bucket misconfigurations

Diff

diff --git a/athena/latest/ug/jdbc-v3-driver-advanced-connection-parameters.md b/athena/latest/ug/jdbc-v3-driver-advanced-connection-parameters.md
index 2843c3d79..04f4823da 100644
--- a/athena/latest/ug/jdbc-v3-driver-advanced-connection-parameters.md
+++ b/athena/latest/ug/jdbc-v3-driver-advanced-connection-parameters.md
@@ -5 +5 @@
-Result encryption parametersResult fetching parametersResult configuration parametersQuery result reuse parametersQuery execution polling parametersEndpoint override parametersProxy configuration parametersLogging parametersApplication nameConnection testNumber of retriesNetwork timeout
+Result encryption parametersResult fetching parametersQuery result reuse parametersQuery execution polling parametersEndpoint override parametersProxy configuration parametersLogging parametersApplication nameConnection testNumber of retriesNetwork timeout
@@ -15 +14,0 @@ The following sections describe the advanced connection parameters for the JDBC
-  * Result configuration parameters
@@ -86,18 +84,0 @@ FetchSize | RowsToFetchPerBlock (deprecated) | Optional | 0
-## Result configuration parameters
-
-### Expected bucket owner
-
-The account ID of the expected s3 bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails. For more information about verifying s3 bucket owner, see [Verifying bucket ownership](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-owner-condition.html#bucket-owner-condition-use).
-
-Parameter name | Alias | Parameter type | Default value  
----|---|---|---  
-ExpectedBucketOwner | none | Optional | none  
-  
-### Acl option
-
-Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. For more information about `AclOption`, see [AclConfiguration](https://docs.aws.amazon.com/athena/latest/APIReference/API_AclConfiguration.html).
-
-Parameter name | Alias | Parameter type | Default value | Possible values  
----|---|---|---|---  
-AclOption | none | Optional | none | BUCKET_OWNER_FULL_CONTROL  
-