I believe I've found a typo:
https://github.com/duna-oss/flystorage/blob/main/packages/file-storage/src/file-storage.ts#L153C32-L153C38
Here we see timout, but then here https://github.com/duna-oss/flystorage/blob/main/packages/file-storage/src/file-storage.ts#L244C16-L244C24 you access the property as timeout.
This makes it so that VSCode suggests timout instead of timeout, but timout doesn't work.

I believe I've found a typo:
https://github.com/duna-oss/flystorage/blob/main/packages/file-storage/src/file-storage.ts#L153C32-L153C38
Here we see
timout, but then herehttps://github.com/duna-oss/flystorage/blob/main/packages/file-storage/src/file-storage.ts#L244C16-L244C24you access the property astimeout.This makes it so that VSCode suggests
timoutinstead oftimeout, buttimoutdoesn't work.