Problem description
The signature version in the PostObject request is invalid.
Causes
You initiated a PostObject request, but the signature version specified by using the x-oss-signature-version header in the request form is invalid.
Examples
You initiated a PostObject request, but the signature version specified by using the x-oss-signature-version header in the request form is 2. The value 2 is invalid.
Solutions
Delete the
x-oss-signature-versionheader in the request form and use the default signature version.If you want to use a different version of the signature algorithm, make sure that you enter the correct signature version ID, such as
OSS2.
For more information, see PostObject.