AWS amazonglacier documentation change
Summary
Updated service name references from 'S3 Glacier' to 'Glacier' and adjusted related terminology throughout the documentation.
Security assessment
The changes are purely terminological, rebranding 'S3 Glacier' to 'Glacier' without altering security-related content. No security vulnerabilities, encryption changes, or access control updates are mentioned. The modifications focus on naming consistency rather than security implications.
Diff
diff --git a/amazonglacier/latest/dev/api-multipart-initiate-upload.md b/amazonglacier/latest/dev/api-multipart-initiate-upload.md index f81d5f4e6..f74d23505 100644 --- a//amazonglacier/latest/dev/api-multipart-initiate-upload.md +++ b//amazonglacier/latest/dev/api-multipart-initiate-upload.md @@ -7 +7 @@ DescriptionRequestsResponsesExample Related 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 @@ DescriptionRequestsResponsesExample Related 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. @@ -15 +15 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier -This operation initiates a multipart upload (see [Uploading Large Archives in Parts (Multipart Upload)](./uploading-archive-mpu.html)). Amazon S3 Glacier (S3 Glacier) creates a multipart upload resource and returns its ID in the response. You use this Upload ID in subsequent multipart upload operations. +This operation initiates a multipart upload (see [Uploading Large Archives in Parts (Multipart Upload)](./uploading-archive-mpu.html)). Amazon Glacier (Glacier) creates a multipart upload resource and returns its ID in the response. You use this Upload ID in subsequent multipart upload operations. @@ -23 +23 @@ Every part you upload using this upload ID, except the last one, must have the s -You don't need to know the size of the archive when you start a multipart upload because S3 Glacier does not require you to specify the overall archive size. +You don't need to know the size of the archive when you start a multipart upload because Glacier does not require you to specify the overall archive size. @@ -25 +25 @@ You don't need to know the size of the archive when you start a multipart upload -After you complete the multipart upload, S3 Glacier removes the multipart upload resource referenced by the ID. S3 Glacier will also remove the multipart upload resource if you cancel the multipart upload or it may be removed if there is no activity for a period of 24 hours. The ID may still be available after 24 hours, but applications should not expect this behavior. +After you complete the multipart upload, Glacier removes the multipart upload resource referenced by the ID. Glacier will also remove the multipart upload resource if you cancel the multipart upload or it may be removed if there is no activity for a period of 24 hours. The ID may still be available after 24 hours, but applications should not expect this behavior. @@ -65 +65 @@ This operation does not have a request body. -In the response, S3 Glacier creates a multipart upload resource identified by an ID and returns the relative URI path of the multipart upload ID. +In the response, Glacier creates a multipart upload resource identified by an ID and returns the relative URI path of the multipart upload ID. @@ -82 +82 @@ Name | Description -`Location` | The relative URI path of the multipart upload ID S3 Glacier created. You use this URI path to scope your requests to upload parts, and to complete the multipart upload. Type: String +`Location` | The relative URI path of the multipart upload ID Glacier created. You use this URI path to scope your requests to upload parts, and to complete the multipart upload. Type: String @@ -91 +91 @@ This operation does not return a response body. -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). @@ -110 +110 @@ The following example initiates a multipart upload by sending an HTTP `POST` req -S3 Glacier creates a multipart upload resource and adds it to the `multipart-uploads` subresource of the vault. The `Location` response header includes the relative URI path to the multipart upload ID. +Glacier creates a multipart upload resource and adds it to the `multipart-uploads` subresource of the vault. The `Location` response header includes the relative URI path to the multipart upload ID. @@ -137 +137 @@ For information about uploading individual parts, see [Upload Part (PUT uploadID - * [Identity and Access Management for Amazon S3 Glacier](./security-iam.html) + * [Identity and Access Management for Amazon Glacier](./security-iam.html)