Move filesystem-based upload logic out of core payload package (Edge runtime support) #6599
janus-reith
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
E.g.: https://github.com/payloadcms/payload/blob/beta/packages/payload/src/uploads/tempFile.ts requires node-specific imports and seems to operate on the filesystem.
With the addition of object storages like S3 and serverless as deployment target I wonder how relevant these still are. I didn't trace yet how these are imported, but assume there should be no strict requirement for local filesystem operations.
Related:
#6110
#6506
Beta Was this translation helpful? Give feedback.
All reactions