AWS amazonglacier documentation change
Summary
Updated service branding from 'Glacier' to 'Amazon Glacier', added deprecation notice for original standalone service, and clarified migration guidance to S3 Glacier storage classes
Security assessment
The changes primarily involve service naming consistency and deprecation announcements. While the update mentions data remains 'secure and accessible', this is a continuity assurance rather than addressing a specific security vulnerability. No security features or mitigations were added.
Diff
diff --git a/amazonglacier/latest/dev/api-multipart-list-parts.md b/amazonglacier/latest/dev/api-multipart-list-parts.md index 1c61a91ac..2949cd419 100644 --- a//amazonglacier/latest/dev/api-multipart-list-parts.md +++ b//amazonglacier/latest/dev/api-multipart-list-parts.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon S3 Glacier](/glacier/index.html)[Developer Guide](introduction.html) +[Documentation](/index.html)[Amazon Glacier](/glacier/index.html)[Developer Guide](introduction.html) @@ -7 +7 @@ DescriptionRequestsResponsesExamplesRelated Sections -**This page is only for existing customers of the Glacier service using Vaults and the original REST API from 2012.** +**This page is only for existing customers of the Amazon Glacier service using Vaults and the original REST API from 2012.** @@ -9 +9,3 @@ DescriptionRequestsResponsesExamplesRelated Sections -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. +If you're looking for archival storage solutions, we recommend using the Amazon 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 [Amazon Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/). + +Amazon Glacier (original standalone vault-based service) will no longer accept new customers starting December 15, 2025, with no impact to existing customers. Amazon Glacier is a standalone service with its own APIs that stores data in vaults and is distinct from Amazon S3 and the Amazon S3 Glacier storage classes. Your existing data will remain secure and accessible in Amazon Glacier indefinitely. No migration is required. For low-cost, long-term archival storage, AWS recommends the [Amazon S3 Glacier storage classes](https://aws.amazon.com/s3/storage-classes/glacier/), which deliver a superior customer experience with S3 bucket-based APIs, full AWS Region availability, lower costs, and AWS service integration. If you want enhanced capabilities, consider migrating to Amazon S3 Glacier storage classes by using our [AWS Solutions Guidance for transferring data from Amazon Glacier vaults to Amazon S3 Glacier storage classes](https://aws.amazon.com/solutions/guidance/data-transfer-from-amazon-s3-glacier-vaults-to-amazon-s3/). @@ -17 +19 @@ This multipart upload operation lists the parts of an archive that have been upl -You can make this request at any time during an in-progress multipart upload before you complete the multipart upload. Glacier returns the part list sorted by range you specified in each part upload. If you send a List Parts request after completing the multipart upload, Amazon Glacier (Glacier) returns an error. +You can make this request at any time during an in-progress multipart upload before you complete the multipart upload. Amazon Glacier returns the part list sorted by range you specified in each part upload. If you send a List Parts request after completing the multipart upload, Amazon Glacier (Amazon Glacier) returns an error. @@ -19 +21 @@ You can make this request at any time during an in-progress multipart upload bef -The List Parts operation supports pagination. You should always check the `Marker` field in the response body for a marker at which to continue the list. if there are no more items the `marker` field is `null`. If the `marker` is not null, to fetch the next set of parts you sent another List Parts request with the `marker` request parameter set to the marker value Glacier returned in response to your previous List Parts request. +The List Parts operation supports pagination. You should always check the `Marker` field in the response body for a marker at which to continue the list. if there are no more items the `marker` field is `null`. If the `marker` is not null, to fetch the next set of parts you sent another List Parts request with the `marker` request parameter set to the marker value Amazon Glacier returned in response to your previous List Parts request. @@ -142 +144 @@ _Type_ : String -The SHA256 tree hash value that Glacier calculated for the part. This field is never `null`. +The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never `null`. @@ -174 +176 @@ The following example lists all the parts of an upload. The example sends an HTT -In the response, Glacier returns a list of uploaded parts associated with the specified multipart upload ID. In this example, there are only two parts. The returned `Marker` field is `null` indicating that there are no more parts of the multipart upload. +In the response, Amazon Glacier returns a list of uploaded parts associated with the specified multipart upload ID. In this example, there are only two parts. The returned `Marker` field is `null` indicating that there are no more parts of the multipart upload. @@ -216 +218 @@ The following example demonstrates how to use pagination to get a limited number -In the response, Glacier returns a list of uploaded parts that are associated with the specified in-progress multipart upload ID. +In the response, Amazon Glacier returns a list of uploaded parts that are associated with the specified in-progress multipart upload ID.