AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

File: amazonglacier/latest/dev/deleting-an-archive-using-java.md

Summary

Updated service name references from 'S3 Glacier' to 'Glacier' and adjusted related links/text to reflect branding changes. No functional changes to deletion process.

Security assessment

Changes are purely branding/naming convention updates (removing 'S3' from service names). No security-related content was added, modified, or referenced. The deletion process documentation remains functionally identical.

Diff

diff --git a/amazonglacier/latest/dev/deleting-an-archive-using-java.md b/amazonglacier/latest/dev/deleting-an-archive-using-java.md
index c584810fd..7ff193bbc 100644
--- a//amazonglacier/latest/dev/deleting-an-archive-using-java.md
+++ b//amazonglacier/latest/dev/deleting-an-archive-using-java.md
@@ -7 +7 @@ Example: Deleting an Archive Using the AWS SDK for Java
-**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 @@ Example: Deleting an Archive Using the AWS SDK for Java
-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.
@@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier
-# Deleting an Archive in Amazon S3 Glacier Using the AWS SDK for Java
+# Deleting an Archive in Amazon Glacier Using the AWS SDK for Java
@@ -21 +21 @@ You need to specify an AWS Region where the archive you want to delete is stored
-You need to provide an archive ID, a vault name, and your account ID. If you don't provide an account ID, then account ID associated with the credentials you provide to sign the request is assumed. For more information, see [Using the AWS SDK for Java with Amazon S3 Glacier](./using-aws-sdk-for-java.html).
+You need to provide an archive ID, a vault name, and your account ID. If you don't provide an account ID, then account ID associated with the credentials you provide to sign the request is assumed. For more information, see [Using the AWS SDK for Java with Amazon Glacier](./using-aws-sdk-for-java.html).
@@ -45 +45 @@ For information about the underlying REST API, see [Delete Archive (DELETE archi
-The following Java code example uses the AWS SDK for Java to delete an archive. For step-by-step instructions on how to run this example, see [Running Java Examples for Amazon S3 Glacier Using Eclipse](./using-aws-sdk-for-java.html#setting-up-and-testing-sdk-java). You need to update the code as shown with a vault name and the archive ID of the archive you want to delete.
+The following Java code example uses the AWS SDK for Java to delete an archive. For step-by-step instructions on how to run this example, see [Running Java Examples for Amazon Glacier Using Eclipse](./using-aws-sdk-for-java.html#setting-up-and-testing-sdk-java). You need to update the code as shown with a vault name and the archive ID of the archive you want to delete.