MCPcopy
hub / github.com/minio/minio-go / RemoveKey

Method RemoveKey

pkg/policy/bucket-policy-condition.go:50–52  ·  view source on GitHub ↗

RemoveKey - removes key and its value.

(key string)

Source from the content-addressed store, hash-verified

48
49// RemoveKey - removes key and its value.
50func (ckm ConditionKeyMap) RemoveKey(key string) {
51 delete(ckm, key)
52}
53
54// CopyConditionKeyMap - returns new copy of given ConditionKeyMap.
55func CopyConditionKeyMap(condKeyMap ConditionKeyMap) ConditionKeyMap {

Callers 1

Calls

no outgoing calls

Tested by 1