mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Some aws implementations, for example the quobyte object storage, do not
support the v4 signing algorithm, but only v1.
This makes it possible to configure the signatureVersion.
The algorithm implementation was ported from d6c1be296e/botocore/auth.py (L860-L862)
which is used by the aws CLI client.
This fixes https://github.com/heptio/ark/issues/811.
Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
1.4 KiB
1.4 KiB
Development release:
- Example: Add XYZ support (#issue, @user)
Bug Fixes / Other Changes
- add multizone/regional support to gcp (#765, @wwitzel3)
- Delete spec.priority in pod restore action (#879, @mwieczorek)
- Added brew reference (#1051, @omerlh)
- Update to go 1.11 (#1069, @gliptak)
- Initialize empty schedule metrics on server init (#1054, @cbeneke)
- Update CHANGELOGs (#1063, @wwitzel3)
- Remove default token from all service accounts (#1048, @ncdc)
- Allow to use AWS Signature v1 for creating signed AWS urls (#811, @bashofmann)