FeatureFuel
0

Use s3 storage as the back-end storage, and do not aggregate after uploading to save traffic bandwidth and time.

Source: nextcloud/server#59169 · opened by @samfor12
Use s3 storage as the back-end storage, and do not aggregate after uploading to save traffic bandwidth and time.: Hello, everyone, Recently, Nextcloud uses s3 storage backend. When uploading large files (more than 1G), it was found that nextcloud would read back the content of s3 to achieve aggregation. However, this would take a lot of traffic and time, and even lead to system timeout. Can we not read back and register these segmented data directly in the database, and then aggregate them in some way when users download them later? It is also best to reduce this aggregation error...

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests