mirror of
https://github.com/rclone/rclone.git
synced 2025-12-16 00:04:40 +00:00
yandex: set Features.WriteMimeType=false as Yandex ignores mime types
Yandex appears to ignore mime types set as part of the PUT request or as part of a PATCH request. The docs make no mention of being able to set a mime type, so set WriteMimeType=false indicating the backend can't set mime types on uploaded files.
This commit is contained in:
@@ -48,7 +48,7 @@ Here is an overview of the major features of each cloud storage system.
|
||||
| SugarSync | - | No | No | No | - |
|
||||
| Tardigrade | - | Yes | No | No | - |
|
||||
| WebDAV | MD5, SHA1 ³ | Yes ⁴ | Depends | No | - |
|
||||
| Yandex Disk | MD5 | Yes | No | No | R/W |
|
||||
| Yandex Disk | MD5 | Yes | No | No | R |
|
||||
| The local filesystem | All | Yes | Depends | No | - |
|
||||
|
||||
### Notes
|
||||
|
||||
Reference in New Issue
Block a user