LoginSignup
4
3

More than 5 years have passed since last update.

s3のURLパターン

Last updated at Posted at 2017-07-11

いつも忘れるのでメモ

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

REST API
- http(s)://s3-ap-northeast-1.amazonaws.com/{バケット}/{パス}
- http(s)://{バケット}.s3-ap-northeast-1.amazonaws.com/{パス}

webhosting
- http(s)://{バケット}.s3-website-ap-northeast-1.amazonaws.com/{パス}

バケット名に"."が入っていると、ドメインにバケット名がつくパターンの場合s3標準のssl証明書が通らない(サブサブドメインになってしまうので)
→ webhosting機能とssl必須な場合はバケット命名を気をつけないといけない

4
3
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
4
3