AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

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

File: amazonglacier/latest/dev/getting-started-upload-archive-dotnet.md

Summary

Updated references from 'S3 Glacier' to 'Glacier' throughout the documentation, including service name mentions, API references, and storage class descriptions. Adjusted links and headings to reflect simplified naming conventions.

Security assessment

The changes are purely branding/naming convention updates (removing 'S3' from service references). No security-related content was added, modified, or removed. Existing security mentions like 'advanced optional encryption features' remain unchanged.

Diff

diff --git a/amazonglacier/latest/dev/getting-started-upload-archive-dotnet.md b/amazonglacier/latest/dev/getting-started-upload-archive-dotnet.md
index 475f92dbd..41effcece 100644
--- a//amazonglacier/latest/dev/getting-started-upload-archive-dotnet.md
+++ b//amazonglacier/latest/dev/getting-started-upload-archive-dotnet.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
-# Upload an Archive to a Vault in S3 Glacier by Using the AWS SDK for .NET
+# Upload an Archive to a Vault in Glacier by Using the AWS SDK for .NET
@@ -13 +13 @@ The following C# code example uses the high-level API of the AWS SDK for .NET to
-  * The example creates an instance of the `ArchiveTransferManager` class for the specified Amazon S3 Glacier Region endpoint.
+  * The example creates an instance of the `ArchiveTransferManager` class for the specified Amazon Glacier Region endpoint.
@@ -17 +17 @@ The following C# code example uses the high-level API of the AWS SDK for .NET to
-  * The example uses the `Upload` API operation of the `ArchiveTransferManager` class to upload your archive. For small archives, this operation uploads the archive directly to S3 Glacier. For larger archives, this operation uses the multipart upload API operation in S3 Glacier to split the upload into multiple parts for better error recovery, if any errors are encountered while streaming the data to S3 Glacier.
+  * The example uses the `Upload` API operation of the `ArchiveTransferManager` class to upload your archive. For small archives, this operation uploads the archive directly to Glacier. For larger archives, this operation uses the multipart upload API operation in Glacier to split the upload into multiple parts for better error recovery, if any errors are encountered while streaming the data to Glacier.
@@ -26 +26 @@ For step-by-step instructions on how to run the following example, see [Running
-S3 Glacier keeps an inventory of all the archives in your vaults. When you upload the archive in the following example, the archive will not appear in a vault in the management console until the vault inventory has been updated. This update usually happens once a day. 
+Glacier keeps an inventory of all the archives in your vaults. When you upload the archive in the following example, the archive will not appear in a vault in the management console until the vault inventory has been updated. This update usually happens once a day.