mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
原代码使用 .upper() 转大写与小写的 endpoint_formats 比较, 导致所有格式都被误判为"未配置对应 Endpoint"。 改为统一使用 normalize_signature_key 归一化后比较。
原代码使用 .upper() 转大写与小写的 endpoint_formats 比较, 导致所有格式都被误判为"未配置对应 Endpoint"。 改为统一使用 normalize_signature_key 归一化后比较。