AWS cli documentation change
Summary
Added note about required IAM permissions for qapps:ImportDocument action with link to IAM policy documentation
Security assessment
Clarifies required permissions for secure S3 uploads but does not indicate a resolved security vulnerability.
Diff
diff --git a/cli/latest/reference/qapps/create-presigned-url.md b/cli/latest/reference/qapps/create-presigned-url.md index 1c2d019aa..03b0ddcb3 100644 --- a//cli/latest/reference/qapps/create-presigned-url.md +++ b//cli/latest/reference/qapps/create-presigned-url.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -60,0 +61,4 @@ Creates a presigned URL for an S3 POST operation to upload a file. You can use t +### Note + +The IAM permissions are derived from the `qapps:ImportDocument` action. For more information on the IAM policy for Amazon Q Apps, see [IAM permissions for using Amazon Q Apps](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/deploy-q-apps-iam-permissions.html) . + @@ -262 +266 @@ presignedUrlExpiration -> (timestamp) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »