-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
velero-plugin-for-aws v1.9 and aws-sdk-go-v2 Upload not working on OVH Object Storage, Invalid Argument #7952
Comments
There are some similar issues related by other users velero-plugin-for-aws updated default value of Can you try using an empty string for that field to see if your problem is fixed? |
Note that you need 1.9.2 or later for the checksumAlgorithm param to work. |
Because its not my personal system I have no access till monday. I will update you next week. Thanks for your help. |
@genjudev Also note that Velero 1.14 was just released (with v1.10 AWS plugin) -- if 1.9.2 plugin is still not working for you, it might be worth upgrading to the latest and trying there as well. |
Hello,
we tried backing up with v1.9.2 and set the value of this works fine. Thanks!!
Thanks for the information. |
What steps did you take and what happened:
velero update to v1.13, velero-plugin-for-aws update from v1.8 to v1.9
What did you expect to happen:
s3 upload Working
The following information will help us better understand what's going on:
velero-plugin-for-aws switched to aws-sdk-go-v2
with the aws cli v2 we had no complication
Error:
time="2024-06-28T13:56:59Z" level=error msg="Error uploading log file" backup= bucket= error="rpc error: code = Unknown desc = error putting object backups/-logs.gz: operation error S3: PutObject, https response error StatusCode: 400, RequestID: tx8097d8716a824688b5614-00667ec12b, HostID: tx8097d8716a824688b5614-00667ec12b, api error InvalidArgument: Invalid Argument." error.file="/go/src/velero-plugin-for-aws/velero-plugin-for-aws/object_store.go:280" error.function="main.(*ObjectStore).PutObject" logSource="pkg/persistence/object_store.go:256" prefix=
Anything else you would like to add:
Downgrade to v1.8 will fix the problem. Velero can be updated.
Environment:
OVH https://www.ovhcloud.com/
The text was updated successfully, but these errors were encountered: