LoginSignup
27
30

More than 5 years have passed since last update.

S3で使えるURL一覧

Posted at

よく忘れるのでメモ。
どれでも使える。SSLも行ける。
ただし最後の2つはbucket名にドットがあるとSSL証明書の検証に失敗するので使えない。

http://[bucket].s3.amazonaws.com/[path]
https://[bucket].s3.amazonaws.com/[path]
http://s3-[region].amazonaws.com/[bucket]/[path]
https://s3-[region].amazonaws.com/[bucket]/[path]
http://s3-[region].amazonaws.com/[path]
https://s3-[region].amazonaws.com/[path]
http://[bucket].s3-[region].amazonaws.com/[path]
https://[bucket].s3-[region].amazonaws.com/[path]

regionの部分は、東京リージョンなら、「ap-northeast-1」が入る。

27
30
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
27
30