AWS amazonglacier documentation change
Summary
Updated service name references from 'S3 Glacier' to 'Glacier' throughout the documentation, removed redundant 'S3' prefixes in storage class names and links
Security assessment
Changes are purely branding/naming updates without any security implications. No security vulnerabilities, encryption changes, or access control modifications were mentioned. The existing reference to 'advanced optional encryption features' was retained but not modified.
Diff
diff --git a/amazonglacier/latest/dev/getting-started-upload-archive-java.md b/amazonglacier/latest/dev/getting-started-upload-archive-java.md index 979e57fe1..6643353f9 100644 --- a//amazonglacier/latest/dev/getting-started-upload-archive-java.md +++ b//amazonglacier/latest/dev/getting-started-upload-archive-java.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 Java +# Upload an Archive to a Vault in Glacier by Using the AWS SDK for Java @@ -22 +22 @@ The following Java code example uses the high-level API of the AWS SDK for Java -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 must update the code as shown with the name of the archive file that 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 must update the code as shown with the name of the archive file that you want to upload. @@ -26 +26 @@ For step-by-step instructions on how to run this example, see [Running Java Exam -Amazon S3 Glacier keeps an inventory of all the archives in your vaults. When you upload the archive in the following example, it will not appear in a vault in the management console until the vault inventory has been updated. This update usually happens once a day. +Amazon Glacier keeps an inventory of all the archives in your vaults. When you upload the archive in the following example, it will not appear in a vault in the management console until the vault inventory has been updated. This update usually happens once a day.