metalsmith-s3 icon indicating copy to clipboard operation
metalsmith-s3 copied to clipboard

Region error despite specifying region

Open M-Pixel opened this issue 8 years ago • 0 comments

In the S3 online interface, my region is listed as "Oregon", which is us-west-2

My config is

{
  action: 'write',
  bucket: 'actualbucketname',
  region: 'us-west-2'
}

yet I still get the error TypeError: Error: PermanentRedirect: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.

M-Pixel avatar May 07 '16 01:05 M-Pixel