1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

pcloud: add sha256 support - fixes #5496

This commit is contained in:
Ken Enrique Morel
2021-08-13 15:17:52 -04:00
committed by Nick Craig-Wood
parent 82ad9a30b9
commit 3626f10f26
5 changed files with 12 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ Run without a hash to see the list of all supported hashes, e.g.
* sha1
* whirlpool
* crc32
* sha256
* dropbox
* mailru
* quickxor

View File

@@ -89,11 +89,8 @@ second. These will be used to detect whether objects need syncing or
not. In order to set a Modification time pCloud requires the object
be re-uploaded.
pCloud supports MD5 and SHA1 type hashes in the US region but and SHA1
only in the EU region, so you can use the `--checksum` flag.
(Note that pCloud also support SHA256 in the EU region, but rclone
does not have support for that yet.)
pCloud supports MD5 and SHA1 hashes in the US region, and SHA1 and SHA256
hashes in the EU region, so you can use the `--checksum` flag.
#### Restricted filename characters