Commit Graph
18 Commits
Author SHA1 Message Date
dougalandNick Craig-Wood e906b8d0c4 docs: add missing ` 2025-10-10 16:30:03 +01:00
dougalandNick Craig-Wood a5932ef91a s3: add rabata as a provider 2025-10-10 16:30:03 +01:00
dougalanddougal 79281354c7 vfs: fix chunker integration test 2025-10-03 17:10:24 +01:00
dougalandNick Craig-Wood 8ed55c61e1 serve http: download folders as zip
Now folders can be downloaded as a zip. You can also use --disable-zip
to not show this.
2025-09-26 15:18:02 +01:00
dougalandNick Craig-Wood bd598c1ceb s3: reorder providers to be in alphabetical order 2025-09-26 15:14:45 +01:00
dougalandNick Craig-Wood 0e203a7546 serve http: fix: logging url on start 2025-09-18 14:49:58 +01:00
dougalandNick Craig-Wood 689555033e b2: fix 1TB+ uploads
Before this change the minimum chunk size would default to 96M which
would allow a maximum size of just below 1TB file to be uploaded, due to
the 10000 part rule for b2.

Now the calculated chunk size is used so the chunk size can be 5GB
making a max file size of 50TB.

Fixes #8460
2025-09-15 13:05:20 +01:00
dougalandNick Craig-Wood 35fe609722 pool: fix flaky unreliability test 2025-09-11 18:09:50 +01:00
dougalandNick Craig-Wood cce399515f copyurl: reworked code, added concurrency and tests
- Added Tests
- Fixed file name handling
- Added concurrent downloads
- Limited downloads to --transfers
- Fixes #8127
2025-09-11 13:56:14 +01:00
dougalandNick Craig-Wood c639d3656e docs: HDFS: erasure coding limitation #8808 2025-09-10 19:26:55 +01:00
dougalandNick Craig-Wood d87720a787 s3: added SpectraLogic as a provider 2025-09-09 16:40:10 +01:00
dougalandNick Craig-Wood c9ce686231 swift: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood b085598cbc memory: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood bb47dccdeb oraceobjectstorage: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood 7a279d2789 B2: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood 9bd5df658a azureblob: add ListP interface - #4788 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood d512e4d566 googlecloudstorage: add ListP interface - Fixes #8763 2025-09-05 15:29:37 +01:00
dougalandNick Craig-Wood a4962e21d1 vfs: fix SIGHUP killing serve instead of flushing directory caches
Before, rclone serve would crash when sent a SIGHUP which contradicts
the documentation - saying it should flush the directory caches.

Moved signal handling from the mount into the vfs layer, which now
handles SIGHUP on all uses of the VFS including mount and serve.

Fixes #8607
2025-09-01 13:15:11 +01:00