AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-25 · Documentation low

File: cli/latest/reference/gameliftstreams/create-application.md

Summary

Enhanced documentation for LogPaths parameter with details about path variables, file size limits, and supported extensions

Security assessment

The changes clarify operational constraints (50MB file limit, specific extensions) and path variable support. While file size limits could indirectly prevent denial-of-service, there's no explicit security vulnerability addressed or security features documented.

Diff

diff --git a/cli/latest/reference/gameliftstreams/create-application.md b/cli/latest/reference/gameliftstreams/create-application.md
index 9c38b1303..7372932b6 100644
--- a//cli/latest/reference/gameliftstreams/create-application.md
+++ b//cli/latest/reference/gameliftstreams/create-application.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
@@ -205 +205,7 @@ JSON Syntax:
-> Locations of log files that your content generates during a stream session. Enter path values that are relative to the `ApplicationSourceUri` location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in `ApplicationLogOutputUri` at the end of a stream session. To retrieve stored log files, call [GetStreamSession](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html) and get the `LogFileLocationUri` .
+> Locations of log files that your content generates during a stream session. Enter path values that are relative to the `ApplicationSourceUri` location, or relative to the user’s home directory when using a supported path variable. You can specify up to 10 log paths. Each individual log file cannot exceed 50 MB in size.
+> 
+> Each path can be a directory or an exact file path. When you specify a directory, Amazon GameLift Streams collects only files with the following extensions: `.txt` , `.log` , and `.utrace` . To collect files with other extensions, specify the exact file path. The copy operation is not performed recursively in subfolders.
+> 
+> The following path variables are recognized when they appear as the first component of a path: `%USERPROFILE%` (Windows and Proton), `$HOME` or `~` (Linux). Use a path variable when your application writes logs outside of the application directory.
+> 
+> Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in `ApplicationLogOutputUri` at the end of a stream session. To retrieve stored log files, call [GetStreamSession](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html) and get the `LogFileLocationUri` .
@@ -639 +645 @@ AssociatedStreamGroups -> (list)
-  * [AWS CLI 2.34.52 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.53 Command Reference](../../index.html) »