Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http https option #17

Open
mkbsugita opened this issue Apr 29, 2023 · 2 comments
Open

http https option #17

mkbsugita opened this issue Apr 29, 2023 · 2 comments

Comments

@mkbsugita
Copy link

add http or https option

    var httpStr = 'http';
    if (useSSL) {
      httpStr += 's';
    }
    final endpoint = '$httpStr://$bucket.s3.$region.amazonaws.com';
@shinriyo shinriyo mentioned this issue Apr 29, 2023
@Serdnad
Copy link
Owner

Serdnad commented Apr 29, 2023

Out of curiosity, what's the use case for supporting non HTTPS requests to S3?

@shinriyo
Copy link
Contributor

I commented in Isseu but

this pattern

https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteEndpoints.html
Does not support SSL connections

Other plugin also supports useSSL option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants