You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a few changes to make the transfer backend suit Gitea better.
- Merge Upload into one method
Makes things simpler since out content store verifies size & hashes itself
- Change Download return into io.ReadCloser
Removes dependency on filesystem
- Add size: int64 arguments wherever appropriate
In arguments for Upload and Verify, and in return for Download
0 commit comments