S3 error when sending post request #11677
Unanswered
antoniogmartin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using ONTAP S3 ( 9.10.1v ) that is failing when it tries to create to store an object:
Kubeflow version is 1.7
The ml-pipelines api-server is: "ml-pipeline/api-server:2.0.0-alpha.7"
Here is the error:
I've seen this errors ocurs because there is a required header missing in the post request with the value " x-amz-content-sha256" or "UNSIGNED-PAYLOAD". This is required by AWS Signature Version 4. rclone/rclone#5422
Here is another option, include in the s3 client the following key "applyChecksum: false"
aws/aws-sdk-js-v3#3254
Is there any workaround to make ONTAP compatible with kubeflow pipelines?
Beta Was this translation helpful? Give feedback.
All reactions