rclone/cmd/serve/s3
Nick Craig-Wood a389a2979b
Some checks failed
Docker beta build / Build image job (push) Has been cancelled
serve s3: fix Last-Modified timestamp
This had two problems

1. It was using a single digit for day of month
2. It is supposed to be in UTC

Fixes #8277
2024-12-30 14:16:53 +00:00
..
testdata/mybucket serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
backend.go serve s3: fix Last-Modified timestamp 2024-12-30 14:16:53 +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: 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