[chore]: Bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70 (#2877)

This commit is contained in:
dependabot[bot] 2024-04-29 10:44:11 +00:00 committed by GitHub
commit d3bac8bbec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 81 additions and 3574 deletions

View file

@ -23,7 +23,7 @@ import (
"errors"
"net/http"
jsoniter "github.com/json-iterator/go"
"github.com/goccy/go-json"
"golang.org/x/crypto/argon2"
)
@ -101,7 +101,6 @@ func NewSSEKMS(keyID string, context interface{}) (ServerSide, error) {
if context == nil {
return kms{key: keyID, hasContext: false}, nil
}
json := jsoniter.ConfigCompatibleWithStandardLibrary
serializedContext, err := json.Marshal(context)
if err != nil {
return nil, err