1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00
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
cloud
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
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
redis fixes for google sheets, admin checklist, and deleting an app from API (#8846) 2022-12-19 13:18:00 +00:00
security
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
index.ts General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
installation.ts
logging.ts
newid.ts
pino.ts
users.ts