Open tossp opened 1 year ago
Same here, issue still exists. Here's a workaround that fixes it by deleting the headers from the request:
s3.example.com {
request_header -If-Modified-Since
request_header -If-None-Match
route {
s3proxy {
endpoint http://localhost:9000/
region dummy
bucket files
force_path_style
}
}
}