Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support copy-free upload #181

Merged
merged 5 commits into from
Mar 4, 2025
Merged

feat: Support copy-free upload #181

merged 5 commits into from
Mar 4, 2025

Conversation

LouisCAD
Copy link
Contributor

@LouisCAD LouisCAD commented Mar 3, 2025

This PR adds new functions in UploadManager that will allow uploading directly, without relying on a persisted upload session and copied files.

This is required to avoid filling the device's storage to starvation of free space when creating a transfer with big files.

I successfully tested it locally with changes in the Android app.

This commit adds new functions in UploadManager
that will allow uploading directly, without
relying on a persisted upload session and copied
files. This is required to avoid filling the
device's storage to starvation of free space
when creating a transfer with big files.
@LouisCAD LouisCAD force-pushed the copy-free-upload branch 2 times, most recently from 5832897 to 5c55b7c Compare March 4, 2025 08:40
@LouisCAD LouisCAD requested a review from sirambd March 4, 2025 08:47
Copy link
Member

@sirambd sirambd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to update the README

Copy link

sonarqubecloud bot commented Mar 4, 2025

@sirambd sirambd enabled auto-merge March 4, 2025 09:14
@sirambd sirambd merged commit 5f6c5e6 into main Mar 4, 2025
6 checks passed
@sirambd sirambd deleted the copy-free-upload branch March 4, 2025 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants