@budibase/server 2.30.1 → 2.30.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -240562,7 +240562,7 @@ var init_static = __esm({
|
|
|
240562
240562
|
try {
|
|
240563
240563
|
const s3 = new import_aws_sdk4.default.S3({
|
|
240564
240564
|
region: awsRegion,
|
|
240565
|
-
endpoint: datasource2?.config?.endpoint,
|
|
240565
|
+
endpoint: datasource2?.config?.endpoint || void 0,
|
|
240566
240566
|
accessKeyId: datasource2?.config?.accessKeyId,
|
|
240567
240567
|
secretAccessKey: datasource2?.config?.secretAccessKey,
|
|
240568
240568
|
apiVersion: "2006-03-01",
|