From f4d3ed77c458af6fbef2be7fe0acfb4bf4fa509a Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 12 Nov 2022 18:32:26 +0100 Subject: [PATCH] update minio library --- changelog/unreleased/issue-3029 | 8 ++++++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 changelog/unreleased/issue-3029 diff --git a/changelog/unreleased/issue-3029 b/changelog/unreleased/issue-3029 new file mode 100644 index 000000000..f9eb638af --- /dev/null +++ b/changelog/unreleased/issue-3029 @@ -0,0 +1,8 @@ +Enhancement: Add support for `credential_process` to S3 backend + +We have updated the library used for the S3 backend. This adds support for the +`credential_process` option in the aws credential configuration. + +https://github.com/restic/restic/issues/3029 +https://github.com/restic/restic/issues/4034 +https://github.com/restic/restic/pull/4025 diff --git a/go.mod b/go.mod index d819a6be7..1b458e052 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/juju/ratelimit v1.0.2 github.com/klauspost/compress v1.15.9 github.com/kurin/blazer v0.5.4-0.20211030221322-ba894c124ac6 - github.com/minio/minio-go/v7 v7.0.34 + github.com/minio/minio-go/v7 v7.0.44 github.com/minio/sha256-simd v1.0.0 github.com/ncw/swift/v2 v2.0.1 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 959651048..905f04eda 100644 --- a/go.sum +++ b/go.sum @@ -267,8 +267,8 @@ github.com/kurin/blazer v0.5.4-0.20211030221322-ba894c124ac6 h1:nz7i1au+nDzgExfq github.com/kurin/blazer v0.5.4-0.20211030221322-ba894c124ac6/go.mod h1:4FCXMUWo9DllR2Do4TtBd377ezyAJ51vB5uTBjt0pGU= github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= -github.com/minio/minio-go/v7 v7.0.34 h1:JMfS5fudx1mN6V2MMNyCJ7UMrjEzZzIvMgfkWc1Vnjk= -github.com/minio/minio-go/v7 v7.0.34/go.mod h1:nCrRzjoSUQh8hgKKtu3Y708OLvRLtuASMg2/nvmbarw= +github.com/minio/minio-go/v7 v7.0.44 h1:9zUJ7iU7ax2P1jOvTp6nVrgzlZq3AZlFm0XfRFDKstM= +github.com/minio/minio-go/v7 v7.0.44/go.mod h1:nCrRzjoSUQh8hgKKtu3Y708OLvRLtuASMg2/nvmbarw= github.com/minio/sha256-simd v1.0.0 h1:v1ta+49hkWZyvaKwrQB8elexRqm6Y0aMLjCNsrYxo6g= github.com/minio/sha256-simd v1.0.0/go.mod h1:OuYzVNI5vcoYIAmbIvHPl3N3jUzVedXbKy5RFepssQM= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=