AWS amazonglacier documentation change
Summary
Updated references from 'S3 Glacier' to 'Glacier' in service names, links, and documentation text to align with branding changes. No functional changes to the upload process or security features.
Security assessment
The changes are purely branding/naming updates (e.g., 'S3 Glacier' → 'Glacier') and do not address security vulnerabilities, modify encryption practices, or alter access controls. The mention of 'advanced optional encryption features' remains unchanged from previous documentation.
Diff
diff --git a/amazonglacier/latest/dev/uploading-an-archive-single-op-using-java.md b/amazonglacier/latest/dev/uploading-an-archive-single-op-using-java.md index 948b25a80..6ebad350f 100644 --- a//amazonglacier/latest/dev/uploading-an-archive-single-op-using-java.md +++ b//amazonglacier/latest/dev/uploading-an-archive-single-op-using-java.md @@ -7 +7 @@ Uploading an Archive Using the High-Level API of the AWS SDK for JavaUploading a -**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 @@ Uploading an Archive Using the High-Level API of the AWS SDK for JavaUploading a -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. @@ -34 +34 @@ You can use the `upload` method to upload small or large archives. Depending on -The following Java code example uploads an archive to a vault (`examplevault`) in the US West (Oregon) Region (`us-west-2`). For a list of supported AWS Regions and endpoints, see [Accessing Amazon S3 Glacier](./amazon-glacier-accessing.html). +The following Java code example uploads an archive to a vault (`examplevault`) in the US West (Oregon) Region (`us-west-2`). For a list of supported AWS Regions and endpoints, see [Accessing Amazon Glacier](./amazon-glacier-accessing.html). @@ -36 +36 @@ The following Java code example uploads an archive to a vault (`examplevault`) i -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 the name of the vault you want to upload to and the name of the file you want to upload. +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 the name of the vault you want to upload to and the name of the file you want to upload. @@ -89 +89 @@ In addition to the data you want to upload, you need to provide a checksum (SHA- -If you don't provide an account ID, then the 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). +If you don't provide an account ID, then the 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). @@ -93 +93 @@ If you don't provide an account ID, then the account ID associated with the cred -In response, Amazon S3 Glacier (S3 Glacier) returns an archive ID of the newly uploaded archive. +In response, Amazon Glacier (Glacier) returns an archive ID of the newly uploaded archive. @@ -115 +115 @@ The following Java code snippet illustrates the preceding steps. -The following Java code example uses the AWS SDK for Java to upload an archive to a vault (`examplevault`). 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 the name of the vault you want to upload to and the name of the file you want to upload. +The following Java code example uses the AWS SDK for Java to upload an archive to a vault (`examplevault`). 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 the name of the vault you want to upload to and the name of the file you want to upload.