appsmithorg / appsmithorg/appsmith
[Feature]-[74]:Add support for multipart file transfer in S3
Open
Community Reported
Enhancement
High
Integrations Product
Query & JS Pod
Query performance
Query Widgets & IDE Pod
S3
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
To avoid blocking calls on the server, and enable smoother loads for larger request bodies, we should enable multipart file storage as well as requests. We can take a look at GridFS as a solution for storing larger files, and also explore storage via inputstreams for datasources, S3 in particular.
Contributor guide
Assessment
This issue has not been assessed yet.