AWS amazonglacier documentation change
Summary
Updated branding from 'S3 Glacier' to 'Glacier' throughout the document, including service name references, links, and section headers. Removed redundant 'S3' mentions to align with current naming conventions.
Security assessment
The changes are purely branding/naming updates without any mention of security vulnerabilities, mitigations, or new security features. The existing security-related content (e.g., 'advanced optional encryption features') remains unchanged.
Diff
diff --git a/amazonglacier/latest/dev/amazon-glacier-getting-started.md b/amazonglacier/latest/dev/amazon-glacier-getting-started.md index f93bd80b9..f38dca62d 100644 --- a//amazonglacier/latest/dev/amazon-glacier-getting-started.md +++ b//amazonglacier/latest/dev/amazon-glacier-getting-started.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 -# Getting Started with Amazon S3 Glacier +# Getting Started with Amazon Glacier @@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier -You can get started with Amazon S3 Glacier (S3 Glacier) by working with vaults and archives. A _vault_ is a container for storing archives, and an _archive_ is any object, such as a photo, video, or document, that you store in a vault. An archive is the base unit of storage in S3 Glacier. This getting started exercise provides instructions for you to explore basic S3 Glacier operations on vaults and archives. For more information about these resources, see the [Amazon S3 Glacier Data Model](./amazon-glacier-data-model.html) section. +You can get started with Amazon Glacier (Glacier) by working with vaults and archives. A _vault_ is a container for storing archives, and an _archive_ is any object, such as a photo, video, or document, that you store in a vault. An archive is the base unit of storage in Glacier. This getting started exercise provides instructions for you to explore basic Glacier operations on vaults and archives. For more information about these resources, see the [Amazon Glacier Data Model](./amazon-glacier-data-model.html) section. @@ -13 +13 @@ You can get started with Amazon S3 Glacier (S3 Glacier) by working with vaults a -In the getting started exercise, you will create a vault, upload and download an archive, and then delete the archive and the vault. You can do all these operations programmatically. However, the getting started exercise uses the S3 Glacier management console to create and delete a vault. For uploading and downloading an archive, this getting started section uses the high-level API for the AWS SDK for Java and the AWS SDK for .NET. The high-level API provides a simplified programming experience when working with S3 Glacier. For more information about using the high-level API with the AWS SDKs, see [Using the AWS SDKs with Amazon S3 Glacier](./using-aws-sdk.html). +In the getting started exercise, you will create a vault, upload and download an archive, and then delete the archive and the vault. You can do all these operations programmatically. However, the getting started exercise uses the Glacier management console to create and delete a vault. For uploading and downloading an archive, this getting started section uses the high-level API for the AWS SDK for Java and the AWS SDK for .NET. The high-level API provides a simplified programming experience when working with Glacier. For more information about using the high-level API with the AWS SDKs, see [Using the AWS SDKs with Amazon Glacier](./using-aws-sdk.html). @@ -17 +17 @@ In the getting started exercise, you will create a vault, upload and download an -S3 Glacier does provide a console. However, any archive operation, such as upload, download, or deletion, requires you to use the AWS Command Line Interface (CLI) or write code. There is no console support for archive operations. For example, to upload data, such as photos, videos, and other documents, you must either use the AWS CLI or write code to make requests, by using either the REST API directly or by using the AWS SDKs. +Glacier does provide a console. However, any archive operation, such as upload, download, or deletion, requires you to use the AWS Command Line Interface (CLI) or write code. There is no console support for archive operations. For example, to upload data, such as photos, videos, and other documents, you must either use the AWS CLI or write code to make requests, by using either the REST API directly or by using the AWS SDKs. @@ -19 +19 @@ S3 Glacier does provide a console. However, any archive operation, such as uploa -To install the AWS CLI, see [AWS Command Line Interface](http://aws.amazon.com/cli/). For more information about using S3 Glacier with the AWS CLI, see the [AWS CLI Reference for S3 Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). For examples of using the AWS CLI to upload archives to S3 Glacier, see [Using S3 Glacier with the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-using-glacier.html). +To install the AWS CLI, see [AWS Command Line Interface](http://aws.amazon.com/cli/). For more information about using Glacier with the AWS CLI, see the [AWS CLI Reference for Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). For examples of using the AWS CLI to upload archives to Glacier, see [Using Glacier with the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-using-glacier.html). @@ -21 +21 @@ To install the AWS CLI, see [AWS Command Line Interface](http://aws.amazon.com/c -This getting started exercise provides code examples in Java and C# for you to upload and download an archive. The last section of the getting started exercise provides steps where you can learn more about the developer experience with S3 Glacier. +This getting started exercise provides code examples in Java and C# for you to upload and download an archive. The last section of the getting started exercise provides steps where you can learn more about the developer experience with Glacier. @@ -25 +25 @@ This getting started exercise provides code examples in Java and C# for you to u - * [Step 1: Before You Begin with S3 Glacier](./getting-started-before-you-begin.html) + * [Step 1: Before You Begin with Glacier](./getting-started-before-you-begin.html) @@ -27 +27 @@ This getting started exercise provides code examples in Java and C# for you to u - * [Step 2: Create a Vault in S3 Glacier](./getting-started-create-vault.html) + * [Step 2: Create a Vault in Glacier](./getting-started-create-vault.html) @@ -29 +29 @@ This getting started exercise provides code examples in Java and C# for you to u - * [Step 3: Upload an Archive to a Vault in S3 Glacier](./getting-started-upload-archive.html) + * [Step 3: Upload an Archive to a Vault in Glacier](./getting-started-upload-archive.html) @@ -31 +31 @@ This getting started exercise provides code examples in Java and C# for you to u - * [Step 4: Download an Archive from a Vault in S3 Glacier](./getting-started-download-archive.html) + * [Step 4: Download an Archive from a Vault in Glacier](./getting-started-download-archive.html) @@ -33 +33 @@ This getting started exercise provides code examples in Java and C# for you to u - * [Step 5: Delete an Archive from a Vault in S3 Glacier](./getting-started-delete-archive.html) + * [Step 5: Delete an Archive from a Vault in Glacier](./getting-started-delete-archive.html) @@ -35 +35 @@ This getting started exercise provides code examples in Java and C# for you to u - * [Step 6: Delete a Vault in S3 Glacier](./getting-started-delete-vault.html) + * [Step 6: Delete a Vault in Glacier](./getting-started-delete-vault.html) @@ -48 +48 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Accessing S3 Glacier +Accessing Glacier