AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

File: amazonglacier/latest/dev/retrieving-vault-info.md

Summary

Updated branding references from 'S3 Glacier' to 'Glacier' or 'Amazon Glacier' throughout the documentation, removed redundant 'S3' prefixes in service names, and adjusted links/text to match naming conventions.

Security assessment

The changes are purely branding/nomenclature updates without any modifications to security controls, encryption practices, access policies, or vulnerability disclosures. The existing mention of 'advanced optional encryption features' remains unchanged and is not part of the modifications.

Diff

diff --git a/amazonglacier/latest/dev/retrieving-vault-info.md b/amazonglacier/latest/dev/retrieving-vault-info.md
index 1c3b127b7..7772d0ed6 100644
--- a//amazonglacier/latest/dev/retrieving-vault-info.md
+++ b//amazonglacier/latest/dev/retrieving-vault-info.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
-# Retrieving Vault Metadata in Amazon S3 Glacier
+# Retrieving Vault Metadata in Amazon Glacier
@@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-You can retrieve vault information such as the vault creation date, number of archives in the vault, and the total size of all the archives in the vault. Amazon S3 Glacier (S3 Glacier) provides API calls for you to retrieve this information for a specific vault or all the vaults in a specific AWS Region in your account. 
+You can retrieve vault information such as the vault creation date, number of archives in the vault, and the total size of all the archives in the vault. Amazon Glacier (Glacier) provides API calls for you to retrieve this information for a specific vault or all the vaults in a specific AWS Region in your account. 
@@ -13 +13 @@ You can retrieve vault information such as the vault creation date, number of ar
-If you retrieve a vault list, S3 Glacier returns the list sorted by the ASCII values of the vault names. The list contains up to 1,000 vaults. You should always check the response for a marker at which to continue the list; if there are no more items the marker field is `null`. You can optionally limit the number of vaults returned in the response. If there are more vaults than are returned in the response, the result is paginated. You need to send additional requests to fetch the next set of vaults. 
+If you retrieve a vault list, Glacier returns the list sorted by the ASCII values of the vault names. The list contains up to 1,000 vaults. You should always check the response for a marker at which to continue the list; if there are no more items the marker field is `null`. You can optionally limit the number of vaults returned in the response. If there are more vaults than are returned in the response, the result is paginated. You need to send additional requests to fetch the next set of vaults. 
@@ -17 +17 @@ If you retrieve a vault list, S3 Glacier returns the list sorted by the ASCII va
-  * [Retrieving Vault Metadata in Amazon S3 Glacier Using the AWS SDK for Java](./retrieving-vault-info-sdk-java.html)
+  * [Retrieving Vault Metadata in Amazon Glacier Using the AWS SDK for Java](./retrieving-vault-info-sdk-java.html)
@@ -19 +19 @@ If you retrieve a vault list, S3 Glacier returns the list sorted by the ASCII va
-  * [Retrieving Vault Metadata in Amazon S3 Glacier Using the AWS SDK for .NET](./retrieving-vault-info-sdk-dotnet.html)
+  * [Retrieving Vault Metadata in Amazon Glacier Using the AWS SDK for .NET](./retrieving-vault-info-sdk-dotnet.html)
@@ -23 +23 @@ If you retrieve a vault list, S3 Glacier returns the list sorted by the ASCII va
-  * [Retrieving Vault Metadata in Amazon S3 Glacier Using the AWS Command Line Interface](./retrieving-vault-info-cli.html)
+  * [Retrieving Vault Metadata in Amazon Glacier Using the AWS Command Line Interface](./retrieving-vault-info-cli.html)