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