We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55b080 commit 2e57c48Copy full SHA for 2e57c48
index.js
@@ -23,8 +23,6 @@ function S3Adapter() {
23
let s3Options = {
24
params: { Bucket: this._bucket },
25
region: this._region,
26
- endpoint: this._baseUrl,
27
- s3BucketEndpoint: !!this._baseUrl,
28
signatureVersion: this._signatureVersion,
29
globalCacheControl: this._globalCacheControl
30
};
0 commit comments