AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

Service: amazonglacier · 2025-10-01 · Documentation low

File: amazonglacier/latest/dev/downloading-large-archive-parallel-python.md

Summary

Updated references from 'S3 Glacier' to 'Glacier' in service names, documentation links, and code examples. Removed redundant 'S3' prefix in storage class mentions.

Security assessment

The changes are branding/naming updates and documentation link adjustments. No security-related content was added or modified. Mentions of encryption features were already present and unchanged.

Diff

diff --git a/amazonglacier/latest/dev/downloading-large-archive-parallel-python.md b/amazonglacier/latest/dev/downloading-large-archive-parallel-python.md
index 43a4b62d8..c606c639f 100644
--- a//amazonglacier/latest/dev/downloading-large-archive-parallel-python.md
+++ b//amazonglacier/latest/dev/downloading-large-archive-parallel-python.md
@@ -7 +7 @@ OverviewPrerequisitesExample: Downloading an Archive Using Parallel Processing w
-**This page is only for existing customers of the S3 Glacier service using Vaults and the original REST API from 2012.**
+**This page is only for existing customers of the Glacier service using Vaults and the original REST API from 2012.**
@@ -9 +9 @@ OverviewPrerequisitesExample: Downloading an Archive Using Parallel Processing w
-If you're looking for archival storage solutions we suggest using the S3 Glacier storage classes in Amazon S3, **S3 Glacier Instant Retrieval** , **S3 Glacier Flexible Retrieval** , and **S3 Glacier Deep Archive**. To learn more about these storage options, see [S3 Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/) and [Long-term data storage using S3 Glacier storage classes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/glacier-storage-classes) in the _Amazon S3 User Guide_. These storage classes use the Amazon S3 API, are available in all regions, and can be managed within the Amazon S3 console. They offer features like Storage Cost Analysis, Storage Lens, advanced optional encryption features, and more.
+If you're looking for archival storage solutions we suggest using the Glacier storage classes in Amazon S3, **S3 Glacier Instant Retrieval** , **S3 Glacier Flexible Retrieval** , and **S3 Glacier Deep Archive**. To learn more about these storage options, see [Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/) and [Long-term data storage using Glacier storage classes](https://docs.aws.amazon.com/AmazonS3/latest/userguide/glacier-storage-classes) in the _Amazon S3 User Guide_. These storage classes use the Amazon S3 API, are available in all regions, and can be managed within the Amazon S3 console. They offer features like Storage Cost Analysis, Storage Lens, advanced optional encryption features, and more.
@@ -21 +21 @@ The Python script provided in this example performs the following tasks:
-  2. Initiates an archive retrieval job with S3 Glacier
+  2. Initiates an archive retrieval job with Glacier
@@ -42 +42 @@ Before you begin, make sure you have:
-  * AWS credentials configured with appropriate permissions for S3 Glacier, Amazon SNS, and Amazon SQS
+  * AWS credentials configured with appropriate permissions for Glacier, Amazon SNS, and Amazon SQS
@@ -51 +51 @@ Before you begin, make sure you have:
-The following Python script demonstrates how to download a large archive from S3 Glacier using parallel processing:
+The following Python script demonstrates how to download a large archive from Glacier using parallel processing: