mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 04:03:10 -07:00
Remove S3 custom region
This commit is contained in:
parent
d238f36f7a
commit
19b7d6dd9a
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue