AWS AmazonS3 documentation change
Summary
Removed detailed region/endpoint table and added documentation about dual-stack endpoints (IPv6) and AWS PrivateLink support for S3 Tables
Security assessment
The change introduces documentation about AWS PrivateLink (a security feature for private network access) and IPv6 support. While these relate to network security practices, there is no evidence this addresses an active vulnerability. The removal of signature version details does not indicate a security fix, as all listed regions already used the secure V4 signature.
Diff
diff --git a/AmazonS3/latest/userguide/s3-tables-regions-quotas.md b/AmazonS3/latest/userguide/s3-tables-regions-quotas.md index 1a0217ab9..c78a0d247 100644 --- a//AmazonS3/latest/userguide/s3-tables-regions-quotas.md +++ b//AmazonS3/latest/userguide/s3-tables-regions-quotas.md @@ -22,36 +22,7 @@ The following sections include the supported AWS Regions and service quotas for -For a list of Regions S3 Tables is currently available in, see [Amazon S3 endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region). To connect programmatically to an AWS service, you use an endpoint. For more information, see [AWS service endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html). For more Amazon S3 endpoint information, see [Amazon S3 endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region). - -Region Name | Region | Endpoint | Protocol | Signature Version(s) Support ----|---|---|---|--- -Africa (Cape Town) | af-south-1 | `s3tables.af-south-1.amazonaws.com` | HTTPS | 4 -Asia Pacific (Hong Kong) | ap-east-1 | `s3tables.ap-east-1.amazonaws.com` | HTTPS | 4 -Asia Pacific (Tokyo) | ap-northeast-1 | `s3tables.ap-northeast-1.amazonaws.com` | HTTPS | 4 -Asia Pacific (Seoul) | ap-northeast-2 | `s3tables.ap-northeast-2.amazonaws.com` | HTTPS | 4 -Asia Pacific (Osaka) | ap-northeast-3 | `s3tables.ap-northeast-3.amazonaws.com` | HTTPS | 4 -Asia Pacific (Mumbai) | ap-south-1 | `s3tables.ap-south-1.amazonaws.com` | HTTPS | 4 -Asia Pacific (Hyderabad) | ap-south-2 | `s3tables.ap-south-2.amazonaws.com` | HTTPS | 4 -Asia Pacific (Singapore) | ap-southeast-1 | `s3tables.ap-southeast-1.amazonaws.com` | HTTPS | 4 -Asia Pacific (Sydney) | ap-southeast-2 | `s3tables.ap-southeast-2.amazonaws.com` | HTTPS | 4 -Asia Pacific (Jakarta) | ap-southeast-3 | `s3tables.ap-southeast-3.amazonaws.com` | HTTPS | 4 -Asia Pacific (Melbourne) | ap-southeast-4 | `s3tables.ap-southeast-4.amazonaws.com` | HTTPS | 4 -Asia Pacific (Malaysia) | ap-southeast-5 | `s3tables.ap-southeast-5.amazonaws.com` | HTTPS | 4 -Asia Pacific (Thailand) | ap-southeast-7 | `s3tables.ap-southeast-7.amazonaws.com` | HTTPS | 4 -Canada (Central) | ca-central-1 | `s3tables.ca-central-1.amazonaws.com` | HTTPS | 4 -Canada West (Calgary) | ca-west-1 | `s3tables.ca-west-1.amazonaws.com` | HTTPS | 4 -Europe (Frankfurt) | eu-central-1 | `s3tables.eu-central-1.amazonaws.com` | HTTPS | 4 -Europe (Zurich) | eu-central-2 | `s3tables.eu-central-2.amazonaws.com` | HTTPS | 4 -Europe (Stockholm) | eu-north-1 | `s3tables.eu-north-1.amazonaws.com` | HTTPS | 4 -Europe (Milan) | eu-south-1 | `s3tables.eu-south-1.amazonaws.com` | HTTPS | 4 -Europe (Spain) | eu-south-2 | `s3tables.eu-south-2.amazonaws.com` | HTTPS | 4 -Europe (Ireland) | eu-west-1 | `s3tables.eu-west-1.amazonaws.com` | HTTPS | 4 -Europe (London) | eu-west-2 | `s3tables.eu-west-2.amazonaws.com` | HTTPS | 4 -Europe (Paris) | eu-west-3 | `s3tables.eu-west-3.amazonaws.com` | HTTPS | 4 -Israel (Tel Aviv) | il-central-1 | `s3tables.il-central-1.amazonaws.com` | HTTPS | 4 -Middle East (UAE) | me-central-1 | `s3tables.me-central-1.amazonaws.com` | HTTPS | 4 -Middle East (Bahrain) | me-south-1 | `s3tables.me-south-1.amazonaws.com` | HTTPS | 4 -Mexico (Central) | mx-central-1 | `s3tables.mx-central-1.amazonaws.com` | HTTPS | 4 -South America (Sao Paulo) | sa-east-1 | `s3tables.sa-east-1.amazonaws.com` | HTTPS | 4 -US East (N. Virginia) | us-east-1 | `s3tables.us-east-1.amazonaws.com` | HTTPS | 4 -US East (Ohio) | us-east-2 | `s3tables.us-east-2.amazonaws.com` | HTTPS | 4 -US West (N. California) | us-west-1 | `s3tables.us-west-1.amazonaws.com` | HTTPS | 4 -US West (Oregon) | us-west-2 | `s3tables.us-west-2.amazonaws.com` | HTTPS | 4 +For a list of Regions S3 Tables is currently available in, see [Amazon S3 endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region). To connect programmatically to an AWS service, you use an endpoint. For more information, see [AWS service endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html). + +S3 Tables supports dual-stack endpoints for public access and AWS PrivateLink. Dual-stack endpoints allow you to access S3 tables buckets using the Internet Protocol version 6 (IPv6), in addition to the IPv4 protocol, depending on what your network supports. + +S3 Tables dual-stack endpoints use the following naming convention: `s3tables.`aws-region`.api.aws` + +For a complete list of S3 Tables endpoints, see [Amazon S3 endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region). @@ -77 +48 @@ AWS Glue ETL -Security for S3 Tables +Making requests over IPv6