mirror of
https://github.com/rclone/rclone.git
synced 2025-08-08 21:44:47 +02:00
features: add new interfaces OpenChunkWriter and ChunkWriter #7056
This commit is contained in:
committed by
Nick Craig-Wood
parent
9b3b1c7067
commit
f36ca0cd25
@ -45,6 +45,7 @@ func TestRemoteGzip(t *testing.T) {
|
||||
NilObject: (*Object)(nil),
|
||||
UnimplementableFsMethods: []string{
|
||||
"OpenWriterAt",
|
||||
"OpenChunkWriter",
|
||||
"MergeDirs",
|
||||
"DirCacheFlush",
|
||||
"PutUnchecked",
|
||||
|
Reference in New Issue
Block a user