diff --git a/src/util.ts b/src/util.ts index fed2322..b12e949 100644 --- a/src/util.ts +++ b/src/util.ts @@ -90,7 +90,7 @@ export function mapUrlPathToBucketPath( bucketPath = url.pathname.substring(1); } - return bucketPath !== undefined ? decodeURIComponent(bucketPath) : undefined; + return bucketPath; } /**