AWS Security ChangesHomeSearch

AWS amazonglacier documentation change

Service: amazonglacier · 2025-06-28 · Documentation low

File: amazonglacier/latest/dev/example_glacier_GetJobOutput_section.md

Summary

Added PowerShell V5 examples for GetJobOutput including checksum validation

Security assessment

Added code examples demonstrate functionality usage but don't address security vulnerabilities or introduce security features.

Diff

diff --git a/amazonglacier/latest/dev/example_glacier_GetJobOutput_section.md b/amazonglacier/latest/dev/example_glacier_GetJobOutput_section.md
index 1e0e765c4..8e8240119 100644
--- a//amazonglacier/latest/dev/example_glacier_GetJobOutput_section.md
+++ b//amazonglacier/latest/dev/example_glacier_GetJobOutput_section.md
@@ -69,0 +70,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: Downloads the archive content that was scheduled for retrieval in the specified job and stores the contents into a file on disk. The download validates the checksum for you, if one is available. If desired the entire response including the checksum can be returned by specifying`-Select '*'`.**
+    
+    
+    Read-GLCJobOutput -VaultName myvault -JobId "HSWjArc...Zq2XLiW" -FilePath "c:\temp\blue.bin"
+    
+
+  * For API details, see [GetJobOutput](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+