AWS cli documentation change
Summary
Updated AWS CLI version references from 2.34.52 to 2.34.53 and expanded LogPaths documentation with details about path variables, file size limits, supported extensions, and directory collection behavior.
Security assessment
The changes clarify operational constraints (50MB file size limit) and path resolution behavior but don't reference any security vulnerability, exploit, or incident. While the path variable support improves configuration flexibility, it's not presented as a security feature. The extension filtering reduces accidental data exposure risk but isn't framed as a security response.
Diff
diff --git a/cli/latest/reference/gameliftstreams/update-application.md b/cli/latest/reference/gameliftstreams/update-application.md index 82bb8caff..118b7df38 100644 --- a//cli/latest/reference/gameliftstreams/update-application.md +++ b//cli/latest/reference/gameliftstreams/update-application.md @@ -15 +15 @@ - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) » @@ -124 +124,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli -> 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` . @@ -506 +512 @@ AssociatedStreamGroups -> (list) - * [AWS CLI 2.34.52 Command Reference](../../index.html) » + * [AWS CLI 2.34.53 Command Reference](../../index.html) »