株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

aws configureを実行する。
ユーザパスワードはそれぞれアクセスキーとシークレットになってる。

aws configure --profile minio
AWS Access Key ID [****************root]:
AWS Secret Access Key [****************word]:
Default region name [None]: ap-northeast-1
Default output format [None]: json

–endpoint-url http://localhost:9000をホストしているアドレスを指定すればOK

aws s3 --endpoint-url http://localhost:9000 mb s3://sample1 --profile minio

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)