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 eaed388 commit bb933ccCopy full SHA for bb933cc
index.js
@@ -23,6 +23,8 @@ 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