master
serve s3: implement `--auth-proxy`
serve s3: fix path traversal letting clients see files in the root GHSA-8v25-v8p6-qf7v
serve s3: let rclone act as an S3 compatible server
serve s3: fix streamed multipart uploads not being atomic
serve s3: fix log output to remove the EXTRA messages
serve s3: fix OOM and InvalidPart errors with concurrent multipart uploads - fixes #9616
cmd/serve/s3: return object listings in key order
serve: update serve remote control to use ParseOptions
serve s3: skip TestS3Minio when the docker test framework is unavailable
serve: pass the client IP address to the auth proxy - fixes #4499
serve s3: fix spurious 404 on HEAD/GET during VFS writeback - fixes #8188