AWS amazonglacier documentation change
Summary
Updated terminology from 'S3 Glacier' to 'Glacier' in service references and links. Adjusted section headers and API names to reflect simplified branding.
Security assessment
Changes are purely branding/terminology updates (e.g., 'S3 Glacier' → 'Glacier'). No security controls, vulnerabilities, or security features were modified or added. The vault locking mechanism documentation remains functionally unchanged.
Diff
diff --git a/amazonglacier/latest/dev/vault-lock-how-to-api.md b/amazonglacier/latest/dev/vault-lock-how-to-api.md index cc5838489..ead5164c2 100644 --- a//amazonglacier/latest/dev/vault-lock-how-to-api.md +++ b//amazonglacier/latest/dev/vault-lock-how-to-api.md @@ -7 +7 @@ 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 @@ 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. @@ -11 +11 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier -# Locking a Vault by Using the S3 Glacier API +# Locking a Vault by Using the Glacier API @@ -13 +13 @@ If you're looking for archival storage solutions we suggest using the S3 Glacier -To lock your vault with the Amazon S3 Glacier API, you first call [Initiate Vault Lock (POST lock-policy)](./api-InitiateVaultLock.html) with a Vault Lock policy that specifies the controls that you want to deploy. The `Initiate Vault Lock` operation attaches the policy to your vault, transitions the Vault Lock to the in-progress state, and returns a unique lock ID. After the Vault Lock enters the in-progress state, you have 24 hours to complete the lock by calling [Complete Vault Lock (POST lockId)](./api-CompleteVaultLock.html) with the lock ID that was returned from the `Initiate Vault Lock` call. +To lock your vault with the Amazon Glacier API, you first call [Initiate Vault Lock (POST lock-policy)](./api-InitiateVaultLock.html) with a Vault Lock policy that specifies the controls that you want to deploy. The `Initiate Vault Lock` operation attaches the policy to your vault, transitions the Vault Lock to the in-progress state, and returns a unique lock ID. After the Vault Lock enters the in-progress state, you have 24 hours to complete the lock by calling [Complete Vault Lock (POST lockId)](./api-CompleteVaultLock.html) with the lock ID that was returned from the `Initiate Vault Lock` call.