AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/s3api/restore-object.md

Summary

Updated CLI version reference and added 'aws:fsx' encryption type and 'FSX_OPENZFS' storage class options

Security assessment

Adds new encryption and storage class options but doesn't indicate a security fix. The 'aws:fsx' encryption type expansion appears to be a feature update rather than a security patch. No vulnerabilities or security improvements are explicitly mentioned.

Diff

diff --git a/cli/latest/reference/s3api/restore-object.md b/cli/latest/reference/s3api/restore-object.md
index b0b3c7a97..005d7eaf6 100644
--- a//cli/latest/reference/s3api/restore-object.md
+++ b//cli/latest/reference/s3api/restore-object.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »
@@ -531 +531 @@ JSON Syntax:
-            "EncryptionType": "AES256"|"aws:kms"|"aws:kms:dsse",
+            "EncryptionType": "AES256"|"aws:fsx"|"aws:kms"|"aws:kms:dsse",
@@ -565 +565 @@ JSON Syntax:
-          "StorageClass": "STANDARD"|"REDUCED_REDUNDANCY"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|"OUTPOSTS"|"GLACIER_IR"|"SNOW"|"EXPRESS_ONEZONE"
+          "StorageClass": "STANDARD"|"REDUCED_REDUNDANCY"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"GLACIER"|"DEEP_ARCHIVE"|"OUTPOSTS"|"GLACIER_IR"|"SNOW"|"EXPRESS_ONEZONE"|"FSX_OPENZFS"
@@ -747 +747 @@ RestoreOutputPath -> (string)
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »