velero/pkg/restic
Daniel Jiang 130602d723
Return the error if velero failed to detect S3 region for restic repo (#4343)
The error should be returned explicitly, because when the default URL is
used S3 will return a 301 and the response can't be handled by restic.

Fixes #4178

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2021-11-15 20:20:27 +08:00
..
mocks Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
aws.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
aws_test.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
azure.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
azure_test.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
backupper.go Restic Backup: Add check if Pod is successful or failed for emptyDir.… (#3993) 2021-08-04 12:53:06 +08:00
backupper_test.go k8s 1.18 import (#2651) 2020-07-16 12:21:37 -04:00
command.go fix copyright boilerplate 2020-06-18 14:14:15 -07:00
command_factory.go record restic restore progress in PodVolumeRestore (#1854) 2019-09-10 15:50:57 -06:00
command_factory_test.go record restic restore progress in PodVolumeRestore (#1854) 2019-09-10 15:50:57 -06:00
command_test.go fix copyright boilerplate 2020-06-18 14:14:15 -07:00
common.go Skip restic backup/restore of DownwardAPI volumes (#4076) 2021-09-01 13:51:44 +08:00
common_test.go Skip restic backup/restore of DownwardAPI volumes (#4076) 2021-09-01 13:51:44 +08:00
config.go Return the error if velero failed to detect S3 region for restic repo (#4343) 2021-11-15 20:20:27 +08:00
config_test.go Return the error if velero failed to detect S3 region for restic repo (#4343) 2021-11-15 20:20:27 +08:00
exec_commands.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
exec_commands_test.go properly handle empty restic stdout during progress updates (#2231) 2020-02-03 12:49:23 -07:00
gcp.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
gcp_test.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
repo_locker.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
repository_ensurer.go k8s 1.18 import (#2651) 2020-07-16 12:21:37 -04:00
repository_keys.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
repository_keys_test.go Use Credential from BSL for restic commands (#3489) 2021-03-11 13:10:51 -05:00
repository_manager.go Add PVC UID label to PVR (as we already have for PVB) (#3792) 2021-05-20 09:16:06 +08:00
restorer.go Add PVC UID label to PVR (as we already have for PVB) (#3792) 2021-05-20 09:16:06 +08:00