AWS amazonglacier documentation change
Summary
Updated references from 'S3 Glacier' to 'Glacier' in documentation text and links, removed redundant 'S3' prefixes in service names and URLs.
Security assessment
The changes are branding/naming updates (removing 'S3' from service references) and documentation link corrections. No security-related content was added or modified. The updates focus on terminology alignment rather than addressing vulnerabilities or security controls.
Diff
diff --git a/amazonglacier/latest/dev/api-SetDataRetrievalPolicy.md b/amazonglacier/latest/dev/api-SetDataRetrievalPolicy.md index 8468e62d7..878bc9a85 100644 --- a//amazonglacier/latest/dev/api-SetDataRetrievalPolicy.md +++ b//amazonglacier/latest/dev/api-SetDataRetrievalPolicy.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 operation sets and then enacts a data retrieval policy in the AWS Region sp -The set policy operation does not affect retrieval jobs that were in progress before the policy was enacted. For more information about data retrieval policies, see [S3 Glacier Data Retrieval Policies](./data-retrieval-policy.html). +The set policy operation does not affect retrieval jobs that were in progress before the policy was enacted. For more information about data retrieval policies, see [Glacier Data Retrieval Policies](./data-retrieval-policy.html). @@ -92 +92 @@ _Required_ : Yes -Valid values: `BytesPerHour`|`FreeTier`|`None`. `BytesPerHour` is equivalent to selecting **Max Retrieval Rate** in the console. `FreeTier` is equivalent to selecting **Free Tier Only** in the console. `None` is equivalent to selecting **No Retrieval Policy** in the console. For more information about selecting data retrieval policies in the console, see [S3 Glacier Data Retrieval Policies](./data-retrieval-policy.html). +Valid values: `BytesPerHour`|`FreeTier`|`None`. `BytesPerHour` is equivalent to selecting **Max Retrieval Rate** in the console. `FreeTier` is equivalent to selecting **Free Tier Only** in the console. `None` is equivalent to selecting **No Retrieval Policy** in the console. For more information about selecting data retrieval policies in the console, see [Glacier Data Retrieval Policies](./data-retrieval-policy.html). @@ -114 +114 @@ 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). @@ -183 +183 @@ The following example sends an HTTP PUT request with the Strategy field set to ` -If the request was successful Amazon S3 Glacier (S3 Glacier) sets the policy and returns a `HTTP 204 No Content` as shown in the following example. +If the request was successful Amazon Glacier (Glacier) sets the policy and returns a `HTTP 204 No Content` as shown in the following example.