filestash/server/model/backend
Marcin Piwowarczyk e7bf46eeb5 fix (s3): mv does not work for nested objects
The mv operation executes CopyObject API on the root object, meanwhile
CopyObject doesn't copy the nested objects.

As a result, the user loses all nested objects and after the move
operation gets an empty bucket that requested to move.

This change disallows possibility of moving nested objects.
2020-02-20 07:50:52 +01:00
..
ftp.go fix (ftps): merge ftp and ftps together 2020-02-11 12:31:22 +11:00
gdrive.go improve (API): Cat now returns a io.ReadCloser to make it obvious it has to be closed 2019-04-04 19:27:06 +11:00
git.go improve (API): Cat now returns a io.ReadCloser to make it obvious it has to be closed 2019-04-04 19:27:06 +11:00
s3.go fix (s3): mv does not work for nested objects 2020-02-20 07:50:52 +01:00
sftp.go security (backend): opt in on host key verification for the SFTP backend 2019-04-17 15:02:12 +10:00
webdav.go fix (webdav): handle webdav URL encoding 2019-11-07 12:34:26 +11:00