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

Defaults to s3.us-east-1.amazonaws.com #365

Open
osehmathias opened this issue Apr 8, 2020 · 1 comment
Open

Defaults to s3.us-east-1.amazonaws.com #365

osehmathias opened this issue Apr 8, 2020 · 1 comment

Comments

@osehmathias
Copy link

great plugin

only problem is that despite specifying s3.ap-southeast-1.amazonaws.com in the domain name option it still queries it from us-east-1 resulting in an error

@allanpope
Copy link

allanpope commented May 24, 2020

@mathiasjose I just ran into this, you can pass through the region in the options, see #338

{
      resolve: "gatsby-source-s3-image",
      options: {
        bucketName: "xxx",
        region: "ap-southeast-2",
      },
},

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

2 participants