The Rust S3 SDK aws-sdk-s3 (https://github.com/awslabs/aws-sdk-rust) sends the x-amz-user-agent header, but s3proxy does not know about it. This causes s3proxy to reject all requests from aws-sdk-s3.
This patch adds x-amz-user-agent to the SUPPORTED_X_AMZ_HEADERS list.
The Rust S3 SDK
aws-sdk-s3
(https://github.com/awslabs/aws-sdk-rust) sends thex-amz-user-agent
header, buts3proxy
does not know about it. This causes s3proxy to reject all requests fromaws-sdk-s3
.This patch adds
x-amz-user-agent
to theSUPPORTED_X_AMZ_HEADERS
list.