Update minio-go version so it supports EKS IRSA

This commit is contained in:
Andy Hibbert
2020-05-11 21:30:22 +01:00
committed by Michael Eischer
parent 34181b13a2
commit 38087e40d9
3 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: S3 backend: Add support for WebIdentityTokenFile
We've added support for EKS IAM roles for service accounts feature to the S3 backend.
https://github.com/restic/restic/pull/2733
https://github.com/restic/restic/issues/2703