As mentioned in the previous issue, we need to address this problem. Therefore, we have decided to add multiple drives (currently three) for uploading files.
In the upcoming updates, we may resolve the storage issue, but your files will be distributed evenly among all three drives.
Introduce a flag to facilitate switching between drives.
By default, prioritize uploading to the drive with the most available free space.
Add an option to specify a particular drive for uploading files.
Include a flag to list all current drives, along with their names and index links.
Challenges:
Uploading to the drive with the most available free space will require gathering information about all available drives, potentially causing a delay of 3-5 seconds. However, we might consider caching these values to skip this check for smaller files. If you're open to this, we can proceed with the implementation.
As mentioned in the previous issue, we need to address this problem. Therefore, we have decided to add multiple drives (currently three) for uploading files.
In the upcoming updates, we may resolve the storage issue, but your files will be distributed evenly among all three drives.