AWS amazonglacier documentation change
Summary
Updated branding references from 'S3 Glacier' to 'Glacier' throughout the documentation, removed redundant 'S3' prefixes in service names and links
Security assessment
Changes are purely branding/naming updates without any security implications. No security vulnerabilities, encryption settings, or access control changes were mentioned. The updates align terminology but don't introduce or modify security features.
Diff
diff --git a/amazonglacier/latest/dev/api-multipart-list-uploads.md b/amazonglacier/latest/dev/api-multipart-list-uploads.md index 5c6deb80e..591b5e56c 100644 --- a//amazonglacier/latest/dev/api-multipart-list-uploads.md +++ b//amazonglacier/latest/dev/api-multipart-list-uploads.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. @@ -19 +19 @@ The List Multipart Uploads operation supports pagination. By default, this opera -If the `marker` is not null, to fetch the next set of multipart uploads you sent another List Multipart Uploads request with the `marker` request parameter set to the marker value Amazon S3 Glacier (S3 Glacier) returned in response to your previous List Multipart Uploads request. +If the `marker` is not null, to fetch the next set of multipart uploads you sent another List Multipart Uploads request with the `marker` request parameter set to the marker value Amazon Glacier (Glacier) returned in response to your previous List Multipart Uploads request. @@ -141 +141 @@ _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). @@ -160 +160 @@ The following example lists all the multipart uploads in progress for the vault. -In the response S3 Glacier returns a list of all in-progress multipart uploads for the specified vault. The `marker` field is `null`, which indicates that there are no more uploads to list. +In the response Glacier returns a list of all in-progress multipart uploads for the specified vault. The `marker` field is `null`, which indicates that there are no more uploads to list. @@ -211 +211 @@ The following example demonstrates how to use pagination to get a limited number -In the response, Amazon S3 Glacier (S3 Glacier) returns a list of no more than two in-progress multipart uploads for the specified vault, starting at the specified marker and returning two results. +In the response, Amazon Glacier (Glacier) returns a list of no more than two in-progress multipart uploads for the specified vault, starting at the specified marker and returning two results. @@ -247 +247 @@ In the response, Amazon S3 Glacier (S3 Glacier) returns a list of no more than t - * [Identity and Access Management for Amazon S3 Glacier](./security-iam.html) + * [Identity and Access Management for Amazon Glacier](./security-iam.html)