gaul / s3proxy

Access other storage backends via the S3 API
Apache License 2.0
1.79k stars 232 forks source link

Allow x-amz-user-agent header #679

Closed losfair closed 2 months ago

losfair commented 2 months ago

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.

gaul commented 2 months ago

Thank you for your contribution @losfair!