remix
remix copied to clipboard
AWS S3 support in `file-storage`
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.