class ActiveStorage::Service::CloudinaryService

def public_id_internal(key)

def public_id_internal(key)
  # TODO: Allow custom manipulation of key to obscure how we store in Cloudinary
  key
end