@budibase/backend-core 2.16.0 → 2.16.1

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
@@ -4281,8 +4281,8 @@ var getCloudfrontSignParams = () => {
4281
4281
  return {
4282
4282
  keypairId: environment_default.CLOUDFRONT_PUBLIC_KEY_ID,
4283
4283
  privateKeyString: getPrivateKey(),
4284
- expireTime: (/* @__PURE__ */ new Date()).getTime() + 1e3 * 60 * 60
4285
- // 1 hour
4284
+ expireTime: (/* @__PURE__ */ new Date()).getTime() + 1e3 * 60 * 60 * 24
4285
+ // 1 day
4286
4286
  };
4287
4287
  };
4288
4288
  var getPresignedUrl2 = (s3Key) => {