AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

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

Summary

Updated service name references from 'S3 Glacier' to 'Glacier' and adjusted related documentation links/text to align with current branding

Security assessment

The changes are purely branding/nomenclature updates (removing 'S3' from service names) and link text adjustments. No security vulnerabilities, mitigations, or security features are mentioned or modified. The encryption features reference remains unchanged from previous documentation.

Diff

diff --git a/amazonglacier/latest/dev/deleting-an-archive-using-dot-net.md b/amazonglacier/latest/dev/deleting-an-archive-using-dot-net.md
index c69bcc1fd..17996cec1 100644
--- a//amazonglacier/latest/dev/deleting-an-archive-using-dot-net.md
+++ b//amazonglacier/latest/dev/deleting-an-archive-using-dot-net.md
@@ -7 +7 @@ Deleting an Archive Using the High-Level API of the AWS SDK for .NETDeleting an
-**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 @@ Deleting an Archive Using the High-Level API of the AWS SDK for .NETDeleting an
-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 .NET
+# Deleting an Archive in Amazon Glacier Using the AWS SDK for .NET
@@ -72 +72 @@ 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 SDKs with Amazon S3 Glacier](./using-aws-sdk.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 SDKs with Amazon Glacier](./using-aws-sdk.html).