Merge pull request #10259 from overleaf/em-object-persistor-tempfile

Atomic update of files in FS backend of object-persistor

GitOrigin-RevId: b57c0c1a7d6299affd00e174cb7ae75ae711c5d3
This commit is contained in:
Eric Mc Sween
2022-11-10 07:06:40 -05:00
committed by Copybot
parent a98f752b99
commit 3ee794da47
5 changed files with 247 additions and 142 deletions

View File

@@ -253,7 +253,6 @@ An object with the relevant configuration should be passed to the main function
### FS-specific parameters
- `paths.uploadFolder` (required): Location for temporary files that are being uploaded
- `useSubdirectories`: If true, files will be stored in subdirectories on the filesystem. By default, the directory structure is flattened and slashes in the object keys are replaced with underscores.
#### Notes