Cannot upload backup to alternative S3 provider: "Transfering payloads in multiple chunks using aws-chunked is not supported." #8549
Unanswered
onigoetz
asked this question in
Community support Q&A
Replies: 1 comment 3 replies
-
After scouring some issues on GitHub containing error string, seems to be specific to OpenStack Swift and some others.
which projects is this the case with aws-sdk-go-v2? That would be an example we can try mimick. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What steps did you take and what happened:
In a new install of Velero I could not backup to an S3 provider (Infomaniak Swissbackup).
I get an error about
NotImplemented: Transfering payloads in multiple chunks using aws-chunked is not supported.
What did you expect to happen:
Apparently S3 clients have a way to use either
aws-chunked
or the "classic" multipart upload. I would have expected it to fallback to this or have an option to configurekubectl logs deployment/velero -n velero
velero backup describe or kubectl get backup/ -n velero -o yaml
velero backup logs
velero restore describe or kubectl get restore/ -n velero -o yaml
N/A
velero restore logs
N/A
Anything else you would like to add:
BackupStorageLocation
Environment:
Velero version (use velero version): v1.15.0
Velero features (use velero client config get features):
features: <NOT SET>
Kubernetes version (use kubectl version): v1.28.7
Kubernetes installer & version: kubeadm v1.28.15
Cloud provider or hardware configuration: Bare Metal / intel
OS (e.g. from /etc/os-release): Ubuntu 24.04.1 LTS
Beta Was this translation helpful? Give feedback.
All reactions