rclone/cmd/serve
Nick Craig-Wood 0244caf13a serve s3: fix overwrite of files with 0 length file
Before this change overwriting an existing file with a 0 length file
didn't update the file size.

This change corrects the issue and makes sure the file is truncated
properly.

This was discovered by the full integration tests.
2023-11-24 20:47:06 +00:00
..
dlna serve dnla: fix crash on graceful exit 2023-10-31 16:44:25 +00:00
docker docs: factor large docs into separate .md files to make them easier to maintain. 2023-11-13 16:27:09 +00:00
ftp serve ftp: fix race condition when using the auth proxy 2023-08-23 15:11:47 +01:00
http cmd: refactor and use sysdnotify in more commands 2023-09-04 16:32:04 +01:00
nfs serve nfs: new `serve nfs` command 2023-10-06 14:08:20 +01:00
proxy docs: group the global flags and make them appear on command and flags pages 2023-08-02 12:53:09 +01:00
restic cmd: refactor and use sysdnotify in more commands 2023-09-04 16:32:04 +01:00
s3 serve s3: fix overwrite of files with 0 length file 2023-11-24 20:47:06 +00:00
servetest build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
sftp serve sftp: return not supported error for not supported commands 2023-10-16 12:08:22 +01:00
webdav webdav: added an rclone vendor to work with rclone serve webdav 2023-11-05 12:37:25 +00:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00