*For better global communication, please give priority to using English description, thx! *
Describe the bug
when you use AWS S3 as the resource storage backend you will get a error like:
Status Code: 400, AWS Service: Amazon S3, AWS Request ID: xxxxxxx, AWS Error Code: null, AWS Error Message: Bad Request
To Reproduce
Steps to reproduce the behavior, for example:
just set resource.storage.type=S3 in common.properties and also keep other configuration correct.
Expected behavior
the resource centre work fine.
Screenshots
when you try to upload a file at resource centre, you will get a error.
Which version of Dolphin Scheduler:
-[1.3.1-release]
Additional context
it is because of the version of AWS S3 encryption method.
Requirement or improvement
I will make a PR for this later.