Closed
Description
- Gitea version (or commit ref): 9619ccf
- Git version: v1.10.0
- Operating system: Windows
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
This is an enhancement request that I can work on once everyone agrees on spec. This request is inspired from Bitbucket's LFS Media Adapter. Adapter chunks large files and uploads them in parallel.
Proposal:
- Add a config which would take a list as input.
- Each item in list will hold an object with two key-value pairs
- adapter=mymagicsauce
- url=https://www.xxx.com/lfssauce
- Object link and verify link for upload will be built using url key value as base
- Gitea will expose an url for adapter service hit to verify upload of files
- Person extending with custom adapter will also provide client adapter component.
Looking forward to feedback from the team.