update reva to 0c10b333ee69

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-01-25 15:05:48 +00:00
parent 1404a8beaa
commit 75984383d6
15 changed files with 48 additions and 95 deletions
+3
View File
@@ -320,6 +320,9 @@ type Reva struct {
UploadMaxChunkSize int
UploadHTTPMethodOverride string
UploadDisableTus bool
// checksumming capabilities
ChecksumSupportedTypes []string
ChecksumPreferredUploadType string
}
// Tracing defines the available tracing configuration.