AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

File: amazonglacier/latest/dev/downloading-an-archive.md

Summary

Updated service name references from 'S3 Glacier' to 'Glacier' throughout the document, including titles and links

Security assessment

Changes are purely branding/nomenclature updates (removing 'S3' prefix). No security vulnerabilities, configurations, or features were addressed or documented. Existing mentions of encryption features remain unchanged.

Diff

diff --git a/amazonglacier/latest/dev/downloading-an-archive.md b/amazonglacier/latest/dev/downloading-an-archive.md
index 2fdb757b8..e689644a3 100644
--- a//amazonglacier/latest/dev/downloading-an-archive.md
+++ b//amazonglacier/latest/dev/downloading-an-archive.md
@@ -5 +5 @@
-**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.**
@@ -7 +7 @@
-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.
@@ -9 +9 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-# Downloading an Archive in S3 Glacier
+# Downloading an Archive in Glacier
@@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-Amazon S3 Glacier provides a management console, which you can use to create and delete vaults. However, you cannot download archives from S3 Glacier by using the management console. To download data, such as photos, videos, and other documents, you must either use the AWS Command Line Interface (AWS CLI) or write code to make requests, by using either the REST API directly or by using the AWS SDKs. 
+Amazon Glacier provides a management console, which you can use to create and delete vaults. However, you cannot download archives from Glacier by using the management console. To download data, such as photos, videos, and other documents, you must either use the AWS Command Line Interface (AWS CLI) or write code to make requests, by using either the REST API directly or by using the AWS SDKs. 
@@ -13 +13 @@ Amazon S3 Glacier provides a management console, which you can use to create and
-For information about using S3 Glacier with the AWS CLI, see the [AWS CLI Reference for S3 Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). To install the AWS CLI, see [AWS Command Line Interface](http://aws.amazon.com/cli/). The following topics describe how to download archives to S3 Glacier by using the AWS SDK for Java, the AWS SDK for .NET, and the Amazon S3 Glacier REST API.
+For information about using Glacier with the AWS CLI, see the [AWS CLI Reference for Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). To install the AWS CLI, see [AWS Command Line Interface](http://aws.amazon.com/cli/). The following topics describe how to download archives to Glacier by using the AWS SDK for Java, the AWS SDK for .NET, and the Amazon Glacier REST API.
@@ -17 +17 @@ For information about using S3 Glacier with the AWS CLI, see the [AWS CLI Refere
-  * [Retrieving S3 Glacier Archives](./downloading-an-archive-two-steps.html)
+  * [Retrieving Glacier Archives](./downloading-an-archive-two-steps.html)
@@ -19 +19 @@ For information about using S3 Glacier with the AWS CLI, see the [AWS CLI Refere
-  * [Downloading an Archive in Amazon S3 Glacier Using the AWS SDK for Java](./downloading-an-archive-using-java.html)
+  * [Downloading an Archive in Amazon Glacier Using the AWS SDK for Java](./downloading-an-archive-using-java.html)
@@ -21 +21 @@ For information about using S3 Glacier with the AWS CLI, see the [AWS CLI Refere
-  * [Downloading an Archive in Amazon S3 Glacier Using the AWS SDK for .NET](./downloading-an-archive-using-dotnet.html)
+  * [Downloading an Archive in Amazon Glacier Using the AWS SDK for .NET](./downloading-an-archive-using-dotnet.html)
@@ -27 +27 @@ For information about using S3 Glacier with the AWS CLI, see the [AWS CLI Refere
-  * [Downloading an Archive in Amazon S3 Glacier Using the AWS CLI](./downloading-an-archive-using-cli.html)
+  * [Downloading an Archive in Amazon Glacier Using the AWS CLI](./downloading-an-archive-using-cli.html)