LoginSignup
1
0

More than 5 years have passed since last update.

awsコマンドでS3のバケット名に「.(ドット)」が入ってる場合にlsする方法

Posted at

「.(ドット)」が入っているバケットをlsしようとすると以下のようなエラーが出る場合がある

A client error (PermanentRedirect) occurred when calling the ListObjects operation: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint:

.aws/config にてリージョンを指定すると見れるようになる

東京リージョンの場合は以下

[default]
region = ap-northeast-1
1
0
2

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