fix: add a disk option
If we use big file, we will quickly saturate the RAM, I should add a "disk mode" to write the file on the disk.
meta, res = dbx.files_download(path)
https://gitlab.com/aerian/dropbox2s3/-/blob/master/main.py#L232
If we use big file, we will quickly saturate the RAM, I should add a "disk mode" to write the file on the disk.
meta, res = dbx.files_download(path)
https://gitlab.com/aerian/dropbox2s3/-/blob/master/main.py#L232