remix icon indicating copy to clipboard operation
remix copied to clipboard

AWS S3 support in `file-storage`

Open mjackson opened this issue 2 months ago • 7 comments

The file-storage package should support AWS S3 via the aws4fetch library.

We are willing to break our "no deps" rule for this one because we don't want to build a full AWS client for Remix. But we should wrap the API completely.

The API should be available under the @remix-run/file-storage/s3 export.

mjackson avatar Oct 20 '25 23:10 mjackson