rclone/cmd/serve
Nick Craig-Wood 5039747f26 serve s3: fix list objects encoding-type
Before this change rclone would always use encoding-type url even if
the client hadn't asked for it.

This confused some clients.

This fixes the problem by leaving the URL encoding to the gofakes3
library which has also been fixed.

Fixes #7836
2025-01-14 16:08:18 +00:00
..
dlna serve dlna: sort the directory entries by directories first then alphabetically by name 2025-01-11 17:11:40 +00:00
docker docker serve: parse all remaining mount and VFS options 2025-01-11 18:39:15 +00:00
ftp serve ftp: fix failed startup due to config changes 2024-07-22 14:54:32 +01:00
http accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
nfs serve nfs: fix missing inode numbers which was messing up ls -laR 2025-01-09 18:55:18 +00:00
proxy build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
restic tree-wide: replace /bin/bash with /usr/bin/env bash 2024-06-11 12:47:47 +01:00
s3 serve s3: fix list objects encoding-type 2025-01-14 16:08:18 +00:00
servetest serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
sftp sftp: fix nil check when using auth proxy 2024-12-13 12:36:15 +00:00
webdav accounting: fix global error acounting 2024-09-30 17:20:42 +01:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00