AWS amazonglacier documentation change
Summary
Updated service name references from 'S3 Glacier' to 'Glacier' throughout the document, removed redundant 'S3' branding in storage class recommendations, and adjusted links/headings for consistency.
Security assessment
The changes are purely branding/naming updates (e.g., 'S3 Glacier' → 'Glacier') and documentation link adjustments. There is no evidence of security vulnerability fixes, security feature additions, or changes to security controls. The mention of 'advanced optional encryption features' remains unchanged from previous content.
Diff
diff --git a/amazonglacier/latest/dev/working-with-archives.md b/amazonglacier/latest/dev/working-with-archives.md index d2e741615..d75b0ca79 100644 --- a//amazonglacier/latest/dev/working-with-archives.md +++ b//amazonglacier/latest/dev/working-with-archives.md @@ -7 +7 @@ Archive OperationsMaintaining Client-Side Archive Metadata -**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 @@ Archive OperationsMaintaining Client-Side Archive Metadata -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 -# Working with Archives in Amazon S3 Glacier +# Working with Archives in Amazon Glacier @@ -13 +13 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier -An archive is any object, such as a photo, video, or document, that you store in a vault. It is a base unit of storage in Amazon S3 Glacier (S3 Glacier). Each archive has a unique ID and an optional description. When you upload an archive, S3 Glacier returns a response that includes an archive ID. This archive ID is unique in the AWS Region in which the archive is stored. The following is an example archive ID. +An archive is any object, such as a photo, video, or document, that you store in a vault. It is a base unit of storage in Amazon Glacier (Glacier). Each archive has a unique ID and an optional description. When you upload an archive, Glacier returns a response that includes an archive ID. This archive ID is unique in the AWS Region in which the archive is stored. The following is an example archive ID. @@ -22 +22 @@ Archive IDs are 138 bytes long. When you upload an archive, you can provide an o -S3 Glacier provides a management console. You can use the console to create and delete vaults. However, all other interactions with S3 Glacier require that you use the AWS Command Line Interface (CLI) or write code. 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, using either the REST API directly or by using the Amazon SDKs. For more information about using S3 Glacier with the AWS CLI, go to [AWS CLI Reference for S3 Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). To install the AWS CLI, go to [AWS Command Line Interface](http://aws.amazon.com/cli/). +Glacier provides a management console. You can use the console to create and delete vaults. However, all other interactions with Glacier require that you use the AWS Command Line Interface (CLI) or write code. 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, using either the REST API directly or by using the Amazon SDKs. For more information about using Glacier with the AWS CLI, go to [AWS CLI Reference for Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). To install the AWS CLI, go to [AWS Command Line Interface](http://aws.amazon.com/cli/). @@ -26 +26 @@ S3 Glacier provides a management console. You can use the console to create and - * Archive Operations in Amazon S3 Glacier + * Archive Operations in Amazon Glacier @@ -30 +30 @@ S3 Glacier provides a management console. You can use the console to create and - * [Uploading an Archive in Amazon S3 Glacier](./uploading-an-archive.html) + * [Uploading an Archive in Amazon Glacier](./uploading-an-archive.html) @@ -32 +32 @@ S3 Glacier provides a management console. You can use the console to create and - * [Downloading an Archive in S3 Glacier](./downloading-an-archive.html) + * [Downloading an Archive in Glacier](./downloading-an-archive.html) @@ -34 +34 @@ S3 Glacier provides a management console. You can use the console to create and - * [Deleting an Archive in Amazon S3 Glacier](./deleting-an-archive.html) + * [Deleting an Archive in Amazon Glacier](./deleting-an-archive.html) @@ -39 +39 @@ S3 Glacier provides a management console. You can use the console to create and -## Archive Operations in Amazon S3 Glacier +## Archive Operations in Amazon Glacier @@ -41 +41 @@ S3 Glacier provides a management console. You can use the console to create and -S3 Glacier supports the following basic archive operations: upload, download, and delete. Downloading an archive is an asynchronous operation. +Glacier supports the following basic archive operations: upload, download, and delete. Downloading an archive is an asynchronous operation. @@ -43 +43 @@ S3 Glacier supports the following basic archive operations: upload, download, an -### Uploading an Archive in Amazon S3 Glacier +### Uploading an Archive in Amazon Glacier @@ -45 +45 @@ S3 Glacier supports the following basic archive operations: upload, download, an -You can upload an archive in a single operation or upload it in parts. The API call you use to upload an archive in parts is referred as Multipart Upload. For more information, see [Uploading an Archive in Amazon S3 Glacier](./uploading-an-archive.html). +You can upload an archive in a single operation or upload it in parts. The API call you use to upload an archive in parts is referred as Multipart Upload. For more information, see [Uploading an Archive in Amazon Glacier](./uploading-an-archive.html). @@ -49 +49 @@ You can upload an archive in a single operation or upload it in parts. The API c -S3 Glacier provides a management console. You can use the console to create and delete vaults. However, all other interactions with S3 Glacier require that you use the AWS Command Line Interface (CLI) or write code. 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, using either the REST API directly or by using the Amazon SDKs. For more information about using S3 Glacier with the AWS CLI, go to [AWS CLI Reference for S3 Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). To install the AWS CLI, go to [AWS Command Line Interface](http://aws.amazon.com/cli/). +Glacier provides a management console. You can use the console to create and delete vaults. However, all other interactions with Glacier require that you use the AWS Command Line Interface (CLI) or write code. 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, using either the REST API directly or by using the Amazon SDKs. For more information about using Glacier with the AWS CLI, go to [AWS CLI Reference for Glacier](http://docs.aws.amazon.com/cli/latest/reference/glacier/index.html). To install the AWS CLI, go to [AWS Command Line Interface](http://aws.amazon.com/cli/). @@ -51 +51 @@ S3 Glacier provides a management console. You can use the console to create and -### Finding an Archive ID in Amazon S3 Glacier +### Finding an Archive ID in Amazon Glacier @@ -53 +53 @@ S3 Glacier provides a management console. You can use the console to create and -You can get the archive ID by downloading the vault inventory for the vault that contains the archive. For more information about downloading the vault inventory, see [Downloading a Vault Inventory in Amazon S3 Glacier](./vault-inventory.html). +You can get the archive ID by downloading the vault inventory for the vault that contains the archive. For more information about downloading the vault inventory, see [Downloading a Vault Inventory in Amazon Glacier](./vault-inventory.html). @@ -55 +55 @@ You can get the archive ID by downloading the vault inventory for the vault that -### Downloading an Archive in Amazon S3 Glacier +### Downloading an Archive in Amazon Glacier @@ -57 +57 @@ You can get the archive ID by downloading the vault inventory for the vault that -Downloading an archive is an asynchronous operation. You must first initiate a job to download a specific archive. After receiving the job request, S3 Glacier prepares your archive for download. After the job completes, you can download your archive data. Because of the asynchronous nature of the job, you can request S3 Glacier to send a notification to an Amazon Simple Notification Service (Amazon SNS) topic when the job completes. You can specify an SNS topic for each individual job request or configure your vault to send a notification when specific events occur. For more information about downloading an archive, see [Downloading an Archive in S3 Glacier](./downloading-an-archive.html). +Downloading an archive is an asynchronous operation. You must first initiate a job to download a specific archive. After receiving the job request, Glacier prepares your archive for download. After the job completes, you can download your archive data. Because of the asynchronous nature of the job, you can request Glacier to send a notification to an Amazon Simple Notification Service (Amazon SNS) topic when the job completes. You can specify an SNS topic for each individual job request or configure your vault to send a notification when specific events occur. For more information about downloading an archive, see [Downloading an Archive in Glacier](./downloading-an-archive.html). @@ -59 +59 @@ Downloading an archive is an asynchronous operation. You must first initiate a j -### Deleting an Archive in Amazon S3 Glacier +### Deleting an Archive in Amazon Glacier @@ -61 +61 @@ Downloading an archive is an asynchronous operation. You must first initiate a j -S3 Glacier provides an API call that you can use to delete one archive at a time. For more information, see [Deleting an Archive in Amazon S3 Glacier](./deleting-an-archive.html). +Glacier provides an API call that you can use to delete one archive at a time. For more information, see [Deleting an Archive in Amazon Glacier](./deleting-an-archive.html). @@ -63 +63 @@ S3 Glacier provides an API call that you can use to delete one archive at a time -### Updating an Archive in S3 Glacier +### Updating an Archive in Glacier @@ -65 +65 @@ S3 Glacier provides an API call that you can use to delete one archive at a time -After you upload an archive, you cannot update its content or its description. The only way you can update the archive content or its description is by deleting the archive and uploading another archive. Note that each time you upload an archive, S3 Glacier returns to you a unique archive ID. +After you upload an archive, you cannot update its content or its description. The only way you can update the archive content or its description is by deleting the archive and uploading another archive. Note that each time you upload an archive, Glacier returns to you a unique archive ID. @@ -69 +69 @@ After you upload an archive, you cannot update its content or its description. T -Except for the optional archive description, S3 Glacier does not support any additional metadata for the archives. When you upload an archive S3 Glacier assigns an ID, an opaque sequence of characters, from which you cannot infer any meaning about the archive. You might maintain metadata about the archives on the client-side. The metadata can include archive name and some other meaningful information about the archive. +Except for the optional archive description, Glacier does not support any additional metadata for the archives. When you upload an archive Glacier assigns an ID, an opaque sequence of characters, from which you cannot infer any meaning about the archive. You might maintain metadata about the archives on the client-side. The metadata can include archive name and some other meaningful information about the archive. @@ -73 +73 @@ Except for the optional archive description, S3 Glacier does not support any add -If you are an Amazon Simple Storage Service (Amazon S3) customer, you know that when you upload an object to a bucket, you can assign the object an object key such as `MyDocument.txt` or `SomePhoto.jpg`. In S3 Glacier, you cannot assign a object key to the archives you upload. +If you are an Amazon Simple Storage Service (Amazon S3) customer, you know that when you upload an object to a bucket, you can assign the object an object key such as `MyDocument.txt` or `SomePhoto.jpg`. In Glacier, you cannot assign a object key to the archives you upload. @@ -75 +75 @@ If you are an Amazon Simple Storage Service (Amazon S3) customer, you know that -If you maintain client-side archive metadata, note that S3 Glacier maintains a vault inventory that includes archive IDs and any descriptions you provided during the archive upload. You might occasionally download the vault inventory to reconcile any issues in your client-side database you maintain for the archive metadata. However, S3 Glacier takes vault inventory approximately daily. When you request a vault inventory, S3 Glacier returns the last inventory it prepared, a point in time snapshot. +If you maintain client-side archive metadata, note that Glacier maintains a vault inventory that includes archive IDs and any descriptions you provided during the archive upload. You might occasionally download the vault inventory to reconcile any issues in your client-side database you maintain for the archive metadata. However, Glacier takes vault inventory approximately daily. When you request a vault inventory, Glacier returns the last inventory it prepared, a point in time snapshot.