From 19b7d6dd9af0ada86bf4b3805b2cff7f52e867bc Mon Sep 17 00:00:00 2001 From: Lukas SP <46935044+Lukaesebrot@users.noreply.github.com> Date: Mon, 10 Aug 2020 14:29:24 +0200 Subject: [PATCH] Remove S3 custom region --- lib/document_stores/amazon-s3-custom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/document_stores/amazon-s3-custom.js b/lib/document_stores/amazon-s3-custom.js index 41d8377..bf2916b 100644 --- a/lib/document_stores/amazon-s3-custom.js +++ b/lib/document_stores/amazon-s3-custom.js @@ -8,7 +8,6 @@ var AmazonS3CustomDocumentStore = function(options) { this.bucket = options.bucket; this.client = new AWS.S3({ endpoint: options.endpoint, - region: options.region, s3ForcePathStyle: true, signatureVersion: 'v4' });