Remove S3 custom region

pull/333/head
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
1 changed files with 0 additions and 1 deletions

View File

@ -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'
});