Installing Storage Browser for S3 - Amazon Simple Storage Service

Installing Storage Browser for S3

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 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 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:

"dependencies": { "aws-amplify/ui-react-storage": "latest", "aws-amplify": "latest", }

Alternatively, you can add the dependencies using Node Package Manager (NPM):

npm i --save @aws-amplify/ui-react-storage aws-amplify