does Amazon S3 support HTTP/2

0

does S3 have HTTP/2 support yet?

質問済み 2年前6734ビュー
3回答
0

I tried accessing the site via http using curl, etc., but the response is "HTTP/1.1 200 OK".
I searched the documentation, but it is not listed, so I am not sure of the exact information, but it is possible that it is not supported.

profile picture
エキスパート
回答済み 2年前
0

If your use case is end users accessing objects in an S3 bucket via a web browser, you might want to note.

Although the standard itself does not require usage of encryption, all major client implementations (Firefox, Chrome, Safari, Opera, IE, Edge) have stated that they will only support HTTP/2 over TLS, which makes encryption de facto mandatory. [src].

Amazon S3 website endpoints do not support HTTPS or access points. If you want to use HTTPS, you can use Amazon CloudFront to serve a static website hosted on Amazon S3. [src]

CloudFront does support HTTP/2, and HTTP/3. [src]

How do I use CloudFront to serve HTTPS requests for my Amazon S3 bucket?

回答済み 2年前
profile pictureAWS
エキスパート
レビュー済み 2年前
0
AWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ