openblocks-dev / openblocks

πŸ”₯ πŸ”₯ πŸ”₯ The Open Source Retool Alternative
https://cloud.openblocks.dev
GNU Affero General Public License v3.0
5.88k stars 360 forks source link

[S3 Datasource] Generate presigned url for upload without data #321

Closed qbx2 closed 1 year ago

qbx2 commented 1 year ago

To upload large files, the data should not be uploaded through openblocks. Instead, it would be ideal for openblocks to generate presigned urls to frontend and for client to upload files to S3 directly using the presigned url.

lmx1117 commented 1 year ago

Thanks for your good suggestion, we will take it into account πŸ™Œ, and may I know what brought you to create this issue? Concern about the pressure on our service or worry about data security?

qbx2 commented 1 year ago

@lmx1117 It is just for efficiency (latency and bandwidth), not about data security.

lmx1117 commented 1 year ago

OK, got thatπŸ‘, thanks for ansering.