AWS code-library documentation change
Summary
Added PowerShell V5 example for Glacier job output retrieval with checksum validation
Security assessment
Highlights data integrity verification through checksums but does not address a security vulnerability
Diff
diff --git a/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.md b/code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.md index 4f1b57692..663a42a59 100644 --- a//code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.md +++ b//code-library/latest/ug/glacier_example_glacier_GetJobOutput_section.md @@ -67,0 +68,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)_. + + + +