AWS Security ChangesHomeSearch

AWS AmazonS3 documentation change

Service: AmazonS3 · 2025-05-10 · Documentation low

File: AmazonS3/latest/userguide/installing-storagebrowser.md

Summary

Added documentation about cloning sample projects from GitHub with preset AWS service integrations and updated installation instructions for Storage Browser

Security assessment

The changes focus on installation methods and sample project guidance. While IAM integration is mentioned, there is no evidence of addressing a security vulnerability or describing new security features.

Diff

diff --git a/AmazonS3/latest/userguide/installing-storagebrowser.md b/AmazonS3/latest/userguide/installing-storagebrowser.md
index 5985234b4..8fc57dba5 100644
--- a//AmazonS3/latest/userguide/installing-storagebrowser.md
+++ b//AmazonS3/latest/userguide/installing-storagebrowser.md
@@ -4,0 +5,2 @@
+Installing Storage Browser for S3 from GitHub
+
@@ -7 +9,7 @@
-You can install Storage Browser for S3 from the latest version of `aws-amplify/ui-react-storage` and `aws-amplify` packages in the [`aws-amplify`](https://github.com/aws-amplify) GitHub repository. When installing Storage Browser for S3, make sure to add the following dependencies to your `package.json` file:
+The fastest way to get started with Storage Browser is to clone one of the sample projects on GitHub. These sample projects can help you deploy production ready web apps for Storage Browser with preset integrations of AWS services for AWS Identity and Access Management so you can quickly connect authorized end users to data in S3.
+
+For more information, see [Quick start](https://ui.docs.amplify.aws/react/connected-components/storage/storage-browser#quick-start) in the _Amplify Dev Center_.
+
+## Installing Storage Browser for S3 from GitHub
+
+Alternatively, you can install Storage Browser for S3 from the latest version of `aws-amplify/ui-react-storage` and `aws-amplify` packages in the [`aws-amplify`](https://github.com/aws-amplify) GitHub repository to start integrating Storage Browser into your existing application. When installing Storage Browser for S3, make sure to add the following dependencies to your `package.json` file: