mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
jottacloud: add support for reading and writing metadata
Most useful is the addition of the file created timestamp, but also a timestamp for when the file was uploaded. Currently supporting a rather minimalistic set of metadata items, see PR #6359 for some thoughts about possible extensions.
This commit is contained in:
@@ -233,7 +233,7 @@ them. Generally you should avoid these, unless you know what you are doing.
|
||||
|
||||
### --fast-list
|
||||
|
||||
This remote supports `--fast-list` which allows you to use fewer
|
||||
This backend supports `--fast-list` which allows you to use fewer
|
||||
transactions in exchange for more memory. See the [rclone
|
||||
docs](/docs/#fast-list) for more details.
|
||||
|
||||
@@ -241,8 +241,9 @@ Note that the implementation in Jottacloud always uses only a single
|
||||
API request to get the entire list, so for large folders this could
|
||||
lead to long wait time before the first results are shown.
|
||||
|
||||
Note also that with rclone version 1.58 and newer information about
|
||||
[MIME types](/overview/#mime-type) are not available when using `--fast-list`.
|
||||
Note also that with rclone version 1.58 and newer, information about
|
||||
[MIME types](/overview/#mime-type) and metadata item [utime](#metadata)
|
||||
are not available when using `--fast-list`.
|
||||
|
||||
### Modified time and hashes
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ Here is an overview of the major features of each cloud storage system.
|
||||
| HiDrive | HiDrive ¹² | R/W | No | No | - | - |
|
||||
| HTTP | - | R | No | No | R | - |
|
||||
| Internet Archive | MD5, SHA1, CRC32 | R/W ¹¹ | No | No | - | RWU |
|
||||
| Jottacloud | MD5 | R/W | Yes | No | R | - |
|
||||
| Jottacloud | MD5 | R/W | Yes | No | R | RW |
|
||||
| Koofr | MD5 | - | Yes | No | - | - |
|
||||
| Mail.ru Cloud | Mailru ⁶ | R/W | Yes | No | - | - |
|
||||
| Mega | - | - | No | Yes | - | - |
|
||||
|
||||
Reference in New Issue
Block a user