rclone/cmd/serve
Nick Craig-Wood 93f35c915a serve s3: pre-merge tweaks
- Changes
    - Rename `--s3-authkey` to `--auth-key` to get it out of the s3 backend namespace
    - Enable `Content-MD5` integrity checks
    - Remove locking after code audit
- Documentation
    - Factor out documentation into seperate file
    - Add Quickstart to docs
    - Add Bugs section to docs
    - Add experimental tag to docs
    - Add rclone provider to s3 backend docs
- Fixes
    - Correct quirks in s3 backend
    - Change fmt.Printlns into fs.Logs
    - Make metadata storage per backend not global
    - Log on startup if anonymous access is enabled
- Coding style fixes
    - rename fs to vfs to save confusion with the rest of rclone code
    - rename db to b for *s3Backend

Fixes #7062
2023-11-16 16:59:56 +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: pre-merge tweaks 2023-11-16 16:59:56 +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