0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AWS CLIのaws s3 lsで、Could not connect to the endpoint URL: "https://s3.ap-northeast.amazonaws.com/"が出た

Posted at

S3の権限を付与したのに、以下の表示が出るのはおかしいなと。
Could not connect to the endpoint URL: "https://s3.ap-northeast.amazonaws.com/"

よく調べてみると、
aws configureで設定したリージョン名がタイプミスしていました。

なので、aws configureコマンドで上書き設定をしました。

基本ですが、手打ちは何かと問題を起こすからナンセンスだなと。
リージョン名を正しく ap-northeast-1に直すと、
正しく、登録済みのバケット名が表示されました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?