Remove S3 custom region
This commit is contained in:
parent
d238f36f7a
commit
19b7d6dd9a
|
@ -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'
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user