From 52688a63c6665fdaa019ca092d9f7c942bfb1831 Mon Sep 17 00:00:00 2001 From: buengese Date: Sun, 29 Nov 2020 17:27:20 +0100 Subject: [PATCH] jottacloud: don't erroniously report support for writing mime types - fixes #4817 --- backend/jottacloud/jottacloud.go | 2 +- docs/content/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/jottacloud/jottacloud.go b/backend/jottacloud/jottacloud.go index d5151e57c..5e428aec6 100644 --- a/backend/jottacloud/jottacloud.go +++ b/backend/jottacloud/jottacloud.go @@ -717,7 +717,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e CaseInsensitive: true, CanHaveEmptyDirectories: true, ReadMimeType: true, - WriteMimeType: true, + WriteMimeType: false, }).Fill(ctx, f) f.srv.SetErrorHandler(errorHandler) if opt.TrashedOnly { // we cannot support showing Trashed Files when using ListR right now diff --git a/docs/content/overview.md b/docs/content/overview.md index da42b6426..db10693af 100644 --- a/docs/content/overview.md +++ b/docs/content/overview.md @@ -30,7 +30,7 @@ Here is an overview of the major features of each cloud storage system. | Google Photos | - | No | No | Yes | R | | HTTP | - | No | No | No | R | | Hubic | MD5 | Yes | No | No | R/W | -| Jottacloud | MD5 | Yes | Yes | No | R/W | +| Jottacloud | MD5 | Yes | Yes | No | R | | Koofr | MD5 | No | Yes | No | - | | Mail.ru Cloud | Mailru ⁶ | Yes | Yes | No | - | | Mega | - | No | No | Yes | - |