apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
874 stars 290 forks source link

[AMORO-3308][Bugfix]: get signature check error when upload catalog config files #3311

Closed mansonliwh closed 3 weeks ago

mansonliwh commented 3 weeks ago

Why are the changes needed?

Close #3308.

Brief change log

The upload method was implemented additionally and did not use the default config. This bugfix adds the header 'X-Request-Source': 'Web' to the upload method.

How was this patch tested?

image

zhoujinsong commented 3 weeks ago

Thanks for the quick fix. @mansonliwh