minio/internal/kms
Andreas Auernhammer 242d06274a
kms: add `context.Context` to KMS API calls (#15327)
This commit adds a `context.Context` to the
the KMS `{Stat, CreateKey, GenerateKey}` API
calls.

The context will be used to terminate external calls
as soon as the client requests gets canceled.

A follow-up PR will add a `context.Context` to
the remaining `DecryptKey` API call.

Signed-off-by: Andreas Auernhammer <hi@aead.dev>
2022-07-18 18:54:27 -07:00
..
context.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
dek_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
kes.go kms: add `context.Context` to KMS API calls (#15327) 2022-07-18 18:54:27 -07:00
kms.go kms: add `context.Context` to KMS API calls (#15327) 2022-07-18 18:54:27 -07:00
single-key.go kms: add `context.Context` to KMS API calls (#15327) 2022-07-18 18:54:27 -07:00
single-key_test.go kms: add `context.Context` to KMS API calls (#15327) 2022-07-18 18:54:27 -07:00