@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/server",
3
3
  "email": "hi@budibase.com",
4
- "version": "2.30.1",
4
+ "version": "2.30.2",
5
5
  "description": "Budibase Web Server",
6
6
  "main": "src/index.ts",
7
7
  "repository": {
@@ -49,13 +49,13 @@
49
49
  "license": "GPL-3.0",
50
50
  "dependencies": {
51
51
  "@apidevtools/swagger-parser": "10.0.3",
52
- "@budibase/backend-core": "2.30.1",
53
- "@budibase/client": "2.30.1",
54
- "@budibase/frontend-core": "2.30.1",
55
- "@budibase/pro": "2.30.1",
56
- "@budibase/shared-core": "2.30.1",
57
- "@budibase/string-templates": "2.30.1",
58
- "@budibase/types": "2.30.1",
52
+ "@budibase/backend-core": "2.30.2",
53
+ "@budibase/client": "2.30.2",
54
+ "@budibase/frontend-core": "2.30.2",
55
+ "@budibase/pro": "2.30.2",
56
+ "@budibase/shared-core": "2.30.2",
57
+ "@budibase/string-templates": "2.30.2",
58
+ "@budibase/types": "2.30.2",
59
59
  "@bull-board/api": "5.10.2",
60
60
  "@bull-board/koa": "5.10.2",
61
61
  "@elastic/elasticsearch": "7.10.0",
@@ -194,5 +194,5 @@
194
194
  }
195
195
  }
196
196
  },
197
- "gitHead": "7cc008950eaf62e5a3cad99d0b9df362facc3ca2"
197
+ "gitHead": "c5877bb1bf52f056cd63b3792054e986f781a180"
198
198
  }
@@ -304,7 +304,7 @@ export const getSignedUploadURL = async function (ctx: Ctx) {
304
304
  try {
305
305
  const s3 = new AWS.S3({
306
306
  region: awsRegion,
307
- endpoint: datasource?.config?.endpoint as string,
307
+ endpoint: datasource?.config?.endpoint || undefined,
308
308
  accessKeyId: datasource?.config?.accessKeyId as string,
309
309
  secretAccessKey: datasource?.config?.secretAccessKey as string,
310
310
  apiVersion: "2006-03-01",