Skip to content

Conversation

@nathanjmorton
Copy link
Contributor

added s3 backend and a test suite with minio setup on docker (assumes docker is installed, script automatically sets up everything and tears down after test)

@MichaelDeBoey MichaelDeBoey changed the title File storage s3 feat(file-storage): add AWS S3 support Dec 15, 2025
@MichaelDeBoey MichaelDeBoey linked an issue Dec 15, 2025 that may be closed by this pull request
- Add createS3FileStorage() for S3-compatible services (AWS S3, MinIO, R2, etc.)
- Implements AWS Signature V4 signing using Web Crypto API
- Stores file metadata (name, type, lastModified) in S3 object metadata headers
- Add comprehensive tests with auto-provisioning MinIO container
- Export via @remix-run/file-storage/s3
@MichaelDeBoey MichaelDeBoey dismissed their stale review December 17, 2025 13:45

Comments are adhered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AWS S3 support in file-storage

2 participants