Installing Storage Browser for S3 - Amazon Simple Storage Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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