AWS amazonglacier documentation change
Summary
Updated service name references from 'S3 Glacier' to 'Glacier' and 'Amazon S3 Glacier' to 'Amazon Glacier' throughout documentation
Security assessment
Changes are purely branding/naming convention updates (removing 'S3' from service names). No security-related content was added, removed, or modified. The updates maintain existing security references like encryption features without altering their context.
Diff
diff --git a/amazonglacier/latest/dev/api-multipart-list-parts.md b/amazonglacier/latest/dev/api-multipart-list-parts.md index c997e90de..1c61a91ac 100644 --- a//amazonglacier/latest/dev/api-multipart-list-parts.md +++ b//amazonglacier/latest/dev/api-multipart-list-parts.md @@ -7 +7 @@ DescriptionRequestsResponsesExamplesRelated Sections -**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 @@ DescriptionRequestsResponsesExamplesRelated Sections -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. @@ -17 +17 @@ 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. S3 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 S3 Glacier (S3 Glacier) returns an error. +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. @@ -19 +19 @@ 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 S3 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 Glacier returned in response to your previous List Parts request. @@ -142 +142 @@ _Type_ : String -The SHA256 tree hash value that S3 Glacier calculated for the part. This field is never `null`. +The SHA256 tree hash value that Glacier calculated for the part. This field is never `null`. @@ -155 +155 @@ _Type_ : String -For information about Amazon S3 Glacier exceptions and error messages, see [Error Responses](./api-error-responses.html). +For information about Amazon Glacier exceptions and error messages, see [Error Responses](./api-error-responses.html). @@ -174 +174 @@ The following example lists all the parts of an upload. The example sends an HTT -In the response, S3 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, 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 +216 @@ The following example demonstrates how to use pagination to get a limited number -In the response, S3 Glacier returns a list of uploaded parts that are associated with the specified in-progress multipart upload ID. +In the response, Glacier returns a list of uploaded parts that are associated with the specified in-progress multipart upload ID. @@ -253 +253 @@ In the response, S3 Glacier returns a list of uploaded parts that are associated - * [Identity and Access Management for Amazon S3 Glacier](./security-iam.html) + * [Identity and Access Management for Amazon Glacier](./security-iam.html)