mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Allow a KMS Action to specify keys in the Resources of a policy (#20079)
This commit is contained in:
@@ -44,7 +44,7 @@ var (
|
||||
ErrKeyNotFound = Error{
|
||||
Code: http.StatusNotFound,
|
||||
APICode: "kms:KeyNotFound",
|
||||
Err: "key with given key ID does not exit",
|
||||
Err: "key with given key ID does not exist",
|
||||
}
|
||||
|
||||
// ErrDecrypt is an error returned by the KMS when the decryption
|
||||
|
||||
Reference in New Issue
Block a user