Remove S3 custom region

This commit is contained in:
Lukas SP 2020-08-10 14:29:24 +02:00 committed by GitHub
parent d238f36f7a
commit 19b7d6dd9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ var AmazonS3CustomDocumentStore = function(options) {
this.bucket = options.bucket; this.bucket = options.bucket;
this.client = new AWS.S3({ this.client = new AWS.S3({
endpoint: options.endpoint, endpoint: options.endpoint,
region: options.region,
s3ForcePathStyle: true, s3ForcePathStyle: true,
signatureVersion: 'v4' signatureVersion: 'v4'
}); });