public function formatKey($key) { $key = trim($key, '/'); return ltrim("{$this->basePath}/{$key}", '/'); }