1
0
Fork 0
vaultwarden-test/src/api/core
Yip Rui Fung ebe9162af9 Add option to make file uploads use move_copy_to instead of persist_to
This is to support scenarios where the attachments and sends folder are to be stored on a separate device from the tmp_folder (i.e. fuse-mounted S3 storage), due to having the tmp_dir on the same device being undesirable.

Example being fuse-mounted S3 storage with the reasoning that because S3 basically requires a copy+delete operations to rename files, it's inefficient to rename files on device, if it's even allowed.
2022-07-09 01:19:00 +08:00
..
two_factor Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
accounts.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
ciphers.rs Add option to make file uploads use move_copy_to instead of persist_to 2022-07-09 01:19:00 +08:00
emergency_access.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
folders.rs Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies 2022-06-04 19:13:39 +02:00
mod.rs Fix for issue #2566 2022-06-21 17:36:07 +02:00
organizations.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
sends.rs Add option to make file uploads use move_copy_to instead of persist_to 2022-07-09 01:19:00 +08:00