mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
b48f719b8e
This commit removes some duplicate code that
converts KES API errors.
This code was added since KES `0.18.0` changed
some exported API errors. However, the KES SDK
handles this error conversion itself.
Therefore, it is not necessary to duplicate this
behavior in MinIO.
See:
|
||
---|---|---|
.. | ||
context.go | ||
dek_test.go | ||
kes.go | ||
kms.go | ||
single-key_test.go | ||
single-key.go |