Storage Browser for S3 のインストール - Amazon Simple Storage Service

Storage Browser for S3 のインストール

Storage Browser の使用を開始する最も簡単な方法は、GitHub のサンプルプロジェクトの 1 つをクローンすることです。これらのサンプルプロジェクトを利用すると、AWS Identity and Access Management 用の AWS サービスが事前に統合された、Storage Browser 向けの本番稼働用ウェブアプリケーションを簡単にデプロイして、承認されたエンドユーザーを S3 のデータにすばやく接続できます。

詳細については、「Amplify Dev Center」の「Quick start」を参照してください。

GitHub からの Storage Browser for S3 のインストール

または、aws-amplify GitHub リポジトリの最新バージョンの aws-amplify/ui-react-storage および aws-amplify パッケージから Storage Browser for S3 をインストールして、既存のアプリケーションへの Storage Browser の統合を開始することもできます。Storage Browser for S3 をインストールするときは、次の依存関係を package.json ファイルに追加してください。

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

または、Node Package Manager (NPM) を使用して依存関係を追加することもできます。

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