rclone/cmd/serve/s3
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
..
testdata/mybucket serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
backend.go serve s3: fix list objects encoding-type 2025-01-14 16:08:18 +00:00
ioutils.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00
list.go serve s3: fix list objects encoding-type 2025-01-14 16:08:18 +00:00
logger.go build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00
pager.go serve s3: adjust to move of Mikubill/gofakes3 to rclone/gofakes3 2024-04-13 18:25:41 +01:00
s3_test.go serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
s3.go serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
serve_s3.md doc: add example how to run serve s3 2024-04-13 19:22:26 +01:00
server.go serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
utils.go build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00