Installing Storage Browser for S3 - Amazon Simple Storage Service

Installing Storage Browser for S3

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