velero-plugin-for-aws icon indicating copy to clipboard operation
velero-plugin-for-aws copied to clipboard

Plugins to support Velero on AWS

Results 5 velero-plugin-for-aws issues
Sort by recently updated
recently updated
newest added

The purpose of this is to be able to use a Web Identity token to write in a bucket located in a different AWS account. The token is linked to...

Velero has a way to use custom CA bundle to access the objectStore behind the proxy by providing the option `--cacerts` at the time of velero install or velero client...

For aws sdkv2, there are no logging by default. This PR enables debug logging from the SDK. Helps with https://github.com/vmware-tanzu/velero/issues/7543 Sets ClientLogMode https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/logging/#clientlogmode and add plugin logger to config/options This...

- **don't use Yoda conditions (ST1017)** - **static-check: Remove unused vars**

This PR should send the MD5 checksum of a customer provided encryption key. It is taken from a comment of another user in https://github.com/vmware-tanzu/velero/issues/7693 I have just turned it into...