mirror of
https://github.com/rclone/rclone.git
synced 2025-02-14 21:23:01 +02:00
swift/hubic: document segmented object MD5SUM limitations - fixes #392
This commit is contained in:
parent
a1323eb204
commit
9dccf91da7
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Hubic"
|
title: "Hubic"
|
||||||
description: "Rclone docs for Hubic"
|
description: "Rclone docs for Hubic"
|
||||||
date: "2015-11-08"
|
date: "2016-03-16"
|
||||||
---
|
---
|
||||||
|
|
||||||
<i class="fa fa-space-shuttle"></i> Hubic
|
<i class="fa fa-space-shuttle"></i> Hubic
|
||||||
@ -115,5 +115,10 @@ are the same.
|
|||||||
|
|
||||||
### Limitations ###
|
### Limitations ###
|
||||||
|
|
||||||
Code to refresh the OpenStack token isn't done yet which may cause
|
This uses the normal OpenStack Swift mechanism to refresh the Swift
|
||||||
problems with very long transfers.
|
API credentials and ignores the expires field returned by the Hubic
|
||||||
|
API.
|
||||||
|
|
||||||
|
The Swift API doesn't return a correct MD5SUM for segmented files
|
||||||
|
(Dynamic or Static Large Objects) so rclone won't check or use the
|
||||||
|
MD5SUM for these.
|
||||||
|
@ -131,3 +131,9 @@ ns.
|
|||||||
|
|
||||||
This is a defacto standard (used in the official python-swiftclient
|
This is a defacto standard (used in the official python-swiftclient
|
||||||
amongst others) for storing the modification time for an object.
|
amongst others) for storing the modification time for an object.
|
||||||
|
|
||||||
|
### Limitations ###
|
||||||
|
|
||||||
|
The Swift API doesn't return a correct MD5SUM for segmented files
|
||||||
|
(Dynamic or Static Large Objects) so rclone won't check or use the
|
||||||
|
MD5SUM for these.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user