Martin

Results 3 comments of Martin

Seems like it is broken again with dotnet-ef `6.0.0-rc.2.21480.5` ? This error does not appear with `6.0.0-rc.1.21452.10`

Seems to be fixed after manually replicating the same [abortRequestAndDestroyStream](https://github.com/payloadcms/payload/blob/27cfe775ddb940e30c9d84d236843345e2a79a9e/packages/storage-s3/src/staticHandler.ts#L41) logic found in the storage-s3 plugin.

> > Seems to be fixed after manually replicating the same [abortRequestAndDestroyStream](https://github.com/payloadcms/payload/blob/27cfe775ddb940e30c9d84d236843345e2a79a9e/packages/storage-s3/src/staticHandler.ts#L41) logic found in the storage-s3 plugin. > > [@ptffr](https://github.com/ptffr) did you just create your own storage plugin as...