budibase/packages/backend-core/src
Hong Phuc Nguyen 6825b2e3fc Doing sanitizeKey when doing deleteFile(s) (#9209)
* Doing sanitizeKey when doing deleteFile(s)

Doing sanitizeKey when doing deleteFile(s). 
In case of backup file name in backups bucket backup-2023-01-03T185512.686Z.tar.gz but in global-db store backup filename is backup-2023-01-03T18:55:12.686Z.tar.gz
sanitizeKey on deleteFile(s) method will prevent all other case related to this bug

* use .promise() instead callback for workaround aws-sdk bug
2023-01-05 08:54:10 +00:00
..
auth General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
cache Disabling js interop in Typescript build of backend-core and worker, fixing build issues. 2022-11-26 14:46:01 +00:00
cloud Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
constants General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
context File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
db Master => Develop (#9049) 2022-12-15 12:13:42 +00:00
errors Merge develop 2022-09-28 08:56:45 +01:00
events General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
featureFlags General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
middleware Some fixes based on test failure. 2022-12-07 17:33:26 +00:00
migrations Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-29 12:22:56 +00:00
objectStore Doing sanitizeKey when doing deleteFile(s) (#9209) 2023-01-05 08:54:10 +00:00
plugin General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
queue Automation overhaul to Typescript, plus type updates. 2022-11-25 19:57:07 +00:00
redis fixes for google sheets, admin checklist, and deleting an app from API (#8846) 2022-12-19 13:18:00 +00:00
security Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
tenancy File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
utils File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
environment.ts File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
helpers.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
index.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
installation.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
logging.ts Merge develop 2022-09-28 08:56:45 +01:00
newid.ts Fixing some issues detected by testing. 2022-11-26 21:26:19 +00:00
pino.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
users.ts PR comments - still experiencing build issues. 2022-11-17 13:31:54 +00:00