mirror of
https://github.com/rclone/rclone.git
synced 2026-02-14 23:43:55 +00:00
yandex: implement cleanup (empty trash) - addresses #575
This commit is contained in:
committed by
Nick Craig-Wood
parent
fe536f3fa8
commit
49816e67bd
@@ -132,7 +132,7 @@ operations more efficient.
|
||||
| Openstack Swift | Yes † | Yes | No | No | No | Yes | No [#1614](https://github.com/ncw/rclone/issues/1614) |
|
||||
| QingStor | No | Yes | No | No | No | Yes | No [#1614](https://github.com/ncw/rclone/issues/1614) |
|
||||
| SFTP | No | No | Yes | Yes | No | No | Yes |
|
||||
| Yandex Disk | Yes | No | No | No | No [#575](https://github.com/ncw/rclone/issues/575) | Yes | Yes |
|
||||
| Yandex Disk | Yes | No | No | No | Yes | Yes | Yes |
|
||||
| The local filesystem | Yes | No | Yes | Yes | No | No | Yes |
|
||||
|
||||
### Purge ###
|
||||
|
||||
@@ -121,3 +121,9 @@ metadata called `rclone_modified` in RFC3339 with nanoseconds format.
|
||||
### MD5 checksums ###
|
||||
|
||||
MD5 checksums are natively supported by Yandex Disk.
|
||||
|
||||
### Emptying Trash ###
|
||||
|
||||
If you wish to empty your trash you can use the `rclone cleanup remote:`
|
||||
command which will permanently delete all your trashed files. This command
|
||||
does not take any path arguments.
|
||||
|
||||
Reference in New Issue
Block a user