Skip to content

Commit 2e57c48

Browse files
Arthur Cinaderflovilmart
authored andcommitted
Revert "also using base url as endpoint in order to use aws s3 compatible alternatives (#23)" (#32)
This reverts commit bb933cc.
1 parent d55b080 commit 2e57c48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ function S3Adapter() {
2323
let s3Options = {
2424
params: { Bucket: this._bucket },
2525
region: this._region,
26-
endpoint: this._baseUrl,
27-
s3BucketEndpoint: !!this._baseUrl,
2826
signatureVersion: this._signatureVersion,
2927
globalCacheControl: this._globalCacheControl
3028
};

0 commit comments

Comments
 (0)