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

Fix S3 path-style URL for host with dots for buckets that are placed in other regions than us-east-1 #2439

Commits on Nov 25, 2019

  1. Fix S3 path-style URL for host with dots

    ..for buckets that are placed in other regions that us-east-1.
    
    According to https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro,
    `s3.amazonaws.com` can be used only for `us-east-1` region. For all
    other regions `s3.aws-region.amazonaws.com` needs to be used.
    Piotr Boniecki committed Nov 25, 2019
    Copy the full SHA
    5db9dcf View commit details
    Browse the repository at this point in the history