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