rclone/cmd/serve/s3
Nick Craig-Wood 61b27cda80 build: fix govet lint errors with golangci-lint v1.60.1
There were a lot of instances of this lint error

    printf: non-constant format string in call to github.com/rclone/rclone/fs.Logf (govet)

Which were fixed by re-arranging the arguments and adding "%s".

There were quite a few genuine bugs which were found too.
2024-08-14 18:25:40 +01:00
..
testdata/mybucket serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
backend.go serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01: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: implement --auth-proxy 2024-07-17 15:14:08 +01: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