diff --git a/docs/content/hubic.md b/docs/content/hubic.md index a1c304853..d2e75dd47 100644 --- a/docs/content/hubic.md +++ b/docs/content/hubic.md @@ -1,7 +1,7 @@ --- title: "Hubic" description: "Rclone docs for Hubic" -date: "2015-11-08" +date: "2016-03-16" --- Hubic @@ -115,5 +115,10 @@ are the same. ### Limitations ### -Code to refresh the OpenStack token isn't done yet which may cause -problems with very long transfers. +This uses the normal OpenStack Swift mechanism to refresh the Swift +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. diff --git a/docs/content/swift.md b/docs/content/swift.md index d14aa4f5f..e3b12090b 100644 --- a/docs/content/swift.md +++ b/docs/content/swift.md @@ -131,3 +131,9 @@ ns. This is a defacto standard (used in the official python-swiftclient 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.