kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
21 stars 22 forks source link

remove string concat #150

Closed copejon closed 5 years ago

copejon commented 5 years ago

Removes reference to unchecked ptr. Concatenation is unnecessary as the key (obcNamespace/obcName) is embedded in the logger.

jeffvance commented 5 years ago

lgtm