velero/pkg/restic
Dinesh Yadav 83ef4eb4d0 Support AWS_PROFILE for restic backups/restore operations (#2096)
* Support AWS_PROFILE for restic backups/restore operations

It enables Velero to switch credentials if multiple s3-compatible
backupLocations are present.

Signed-off-by: dinesh <dinesh1042@gmail.com>

* better comments and fixing typos

Signed-off-by: dinesh <dinesh1042@gmail.com>

* add changelog entry

Signed-off-by: dinesh <dinesh1042@gmail.com>
2019-12-09 09:46:02 -05:00
..
mocks Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
aws.go Support AWS_PROFILE for restic backups/restore operations (#2096) 2019-12-09 09:46:02 -05:00
azure.go Support AWS_PROFILE for restic backups/restore operations (#2096) 2019-12-09 09:46:02 -05:00
backupper.go restic: only backup ReadWriteMany PVC's once per velero backup (#1896) 2019-10-08 17:16:35 -04:00
backupper_test.go when backing up PVCs with restic, explicitly specify --parent (#1807) 2019-08-27 16:37:51 -07:00
command.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -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 update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
common.go Support AWS_PROFILE for restic backups/restore operations (#2096) 2019-12-09 09:46:02 -05:00
common_test.go restic: don't try to restore PVBs with no snapshotID (#2031) 2019-11-04 16:18:08 -07:00
config.go Extract providers (#1985) 2019-10-22 15:31:27 -07:00
config_test.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
exec_commands.go Restic restore fixes (#2013) 2019-10-29 07:42:12 -07:00
exec_commands_test.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
repo_locker.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
repository_ensurer.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
repository_keys.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
repository_manager.go Support AWS_PROFILE for restic backups/restore operations (#2096) 2019-12-09 09:46:02 -05:00
restorer.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00