Skip to content

How to force using http instead of https for s3 express operation? #1195

Answered by ysaito1001
VoVAllen asked this question in Q&A
Discussion options

You must be logged in to vote

I have tried hitting an S3 express endpoint using AWS CLI to see if using HTTP is even supported.

With HTTPS

aws --endpoint-url https://s3express-usw2-az1.us-west-2.amazonaws.com s3api head-object --bucket my-test-bucket--usw2-az1--x-s3 --key foobar.txt

it works. However with HTTP

aws --endpoint-url http://s3express-usw2-az1.us-west-2.amazonaws.com s3api head-object --bucket my-test-bucket--usw2-az1--x-s3 --key foobar.txt

the command never comes back.

This leads me to believe use of HTTP with respect to S3 Express One Zone buckets is not supported. With that being said, what's your use case of forcing HTTP for S3 Express One Zone?

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@VoVAllen
Comment options

@VoVAllen
Comment options

Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants