Create Next.js route handlers that serve public storage objects.
Missing objects, private objects, invalid keys, and paths outside basePath all return 404 so storage routes do not leak object existence.
basePath
Create Next.js route handlers that serve public storage objects.
Missing objects, private objects, invalid keys, and paths outside
basePathall return 404 so storage routes do not leak object existence.